This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: a4j:support simple bypass validation questionnbelaevski Jul 16, 2010 2:00 PM (in response to drm5045)David, You can add f:param into a4j:support and check value of this parameter at the server. If it is submitted, skip validation. 
- 
        2. Re: a4j:support simple bypass validation questionnbelaevski Jul 16, 2010 8:12 PM (in response to nbelaevski)BTW, if immediate="true" on input is not intentional, you can make a4j:support immediate="true" and input immediate="false" - validation won't be processed too in that case. 
- 
        3. Re: a4j:support simple bypass validation questiondrm5045 Jul 16, 2010 10:26 PM (in response to nbelaevski)Hi Nick, immediate = "true" was intentional. I decided to use f:param, like you suggested. Seems like you always have the answer... Thanks again! 
 
    