jsf 2 - How to invoke command link/button action anyway regardless of validation error -
my command link/button not being invoked because of validation error. however, if have error want action invoked anyway, because have set value in session.
how can achieve this?
looks want add immediate="true" h:commandlink. skip validation when clicking link.
see this link or walkthrough balusc more information.
note model not updated when action called, wont have access any of values user entered.
Comments
Post a Comment