Dave Newton wrote:
--- Daniel Henry <[EMAIL PROTECTED]> wrote:
I would like to allow my forms to load once before
being validated. That is the form should only be validated upon submission, not on load. The way that I'm accomplishing this right now is by creating a separate action to load the form, however this is starting to clutter up the struts.xml file as the number of forms on my site grows. Is there any other way?

I'm assuming S2 since you say struts.xml.

The "input" result (among a few others) are
pre-configured to not be validated (see the validation
interceptor docs).

d.



____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Thank you Dave.

I am using s2. However, I'm not sure how to implement this solution. The validation interceptor runs before my Action, therefore I don't have a chance to return "input."

-Dan Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to