View Single Post
  #1 (permalink)  
Old 06-15-2007, 12:48 AM
Albert Albert is offline
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
Another Query On Validation
I have another doubt with respect to automatic validations of fields.
I want to give to the fields of the form of the jsp values by default .
I do it through its formbean.
The problem that I have is that when calling the bean, executes the automatic validations of struts that I have defined in the archives “validation.xml” and “Validator-rules.xml”.
My question is: How Can I call jsp through the bean (like for example, the first time that I am going to call to certain jsp) and the validations are not executed (since the first time is single to show the form and I do not want that it validates nothing).

Albert
Reply With Quote
Sponsored Links