[jboss-user] [JBoss Seam] - Attribute "immediate" and renderResponse in Seam
tonylmai
do-not-reply at jboss.com
Fri May 18 12:26:50 EDT 2007
Hello,
I have an entry form that has <s:validateAll>. One of the button is to clear the entry form. However, upon invoking the "clearEntry" button, the validator would complain about the invalid input on the fields.
I tried to use attribute "immediate=true" on all the to-be-validated fields as well as the clearEntry button but that didn't seem to work.
>From JSF forum, it looks like I need to call the "renderResponse" of the "valueChangeListener".
Should I do that in Seam? And if yes, how would I do that?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046882#4046882
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046882
More information about the jboss-user
mailing list