Andrew Martin wrote:
Maybe a stupid question but is it possible to call the specifc XML 
configuration from within the action?

Yup, just set up your validation as usual, then set validate="false" on the action mapping and call the validation by hand:

  ActionMessages errors = form.validate();

That'll run the same validation machinery as Struts calls when validate is set to true.

L.


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

Reply via email to