2 Replies Latest reply on May 1, 2006 6:34 AM by armita

    upgrade problem again

    armita

      I ubgraded to Jboss AS 4.0.4.CR2 and seam CR and my list pages stoped working.
      I have a datatable with actions like:

      <h:commandLink action="#{neList.delete}" >
       <img src="img/drop.png" alt="delete" title="#{messages.delete}"/>
       </h:commandLink>
      


      which creates :
      <a href="#" onclick="clear__5Fid17();document.forms['_id17'].elements['_id17:_link_hidden_'].value='_id17:_id18_1:_id34';if(document.forms['_id17'].onsubmit){var result=document.forms['_id17'].onsubmit(); if( (typeof result == 'undefined') || result ) {document.forms['_id17'].submit();}}else{document.forms['_id17'].submit();}return false;" id="_id17:_id18_1:_id34">
       <img src="img/drop.png" alt="delete" title="&#1581;&#1584;&#1601;"/>
       </a>
      

      on the html page. But the javascript function "clear__5Fid17()" is not generated by the myfaces.
      What was going wrong ?