Currently constrained to Struts 1.0.

Due to the nature of my application, I am unable to use an ActionForm to hold my form data (I am pulling it directly from the request parameter map in the action).  As a result, I have to perform my validation in the action, and I'm wondering if there is some way to leverage ActionErrors from my action, or should I just use an application exception?

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

Reply via email to