Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Shale Wiki" for change 
notification.

The following page has been changed by ReneZanner:
http://wiki.apache.org/shale/ShaleValidation

The comment on the change is:
added remark for wizard-style back navigation using commandButton

------------------------------------------------------------------------------
    </h:form>
  }}}
  
- '''ATTENTION:''' When using commandButton with immediate="true" for 
wizard-style "back" navigation, be sure to remove the "onsubmit" handler from 
the form and attach it to the normal "next" commandButton ("onclick" handler) 
instead. Otherwise the client-side validation will be executed even in the 
"back" navigation case.
+ '''ATTENTION:''' There is an issue with client-side validation when using a 
commandButton with immediate="true" for wizard-style "back" navigation. You 
have to remove the "onsubmit" handler from the form and attach it to the normal 
"next" commandButton ("onclick" handler) instead. Otherwise the client-side 
validation will be executed in the "back" navigation case, too (which is not 
wanted in most cases).
  
  {{{
    <h:form>

Reply via email to