I have a unique situation (IMO) where I am populating a ValidatorForm from
the database, and then I want to "validate" it and create ActionErrors
before displaying the form.  My mapping for the edit/retrieval does not
reference the form - therefore, in order to call 

ActionErrors errors = myForm.validate(mapping, request);

More info on this method at http://tinyurl.com/4ofh

I need to get the mapping for the action that does the save, and I can get
the ActionConfig - but will this get me the mapping I need?

Thanks,

Matt


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

Reply via email to