0 Replies Latest reply on May 18, 2007 12:26 PM by tonylmai

    Attribute "immediate" and renderResponse in Seam

      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