This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to reRender if Validation was OKsergeysmirnov Nov 7, 2007 2:21 PM (in response to razwed4ik)1. reRender allows the EL 
 2. the action method is invoked only if validation is ok
 So,
 add rerenderId as a property to the bean
 say reRender="#{bean.rerenderId}"
 let rerenderId is initiated with empty string
 set rerenderId to "anotherForm" in your bean.save method
 P.S. no js is required here.
- 
        2. Re: How to reRender if Validation was OKrazwed4ik Nov 7, 2007 5:59 PM (in response to razwed4ik)thats really smooth solution, thank you, i will try it! 
 
    