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