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 ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940433#3940433

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940433


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to