Hubert Rabago schrieb:

Well, not really set the input, but you can direct the request to the
correct one in your java code.
First off, set validate=false on the action. Then, in your action, call the form's validate() yourself.
Lastly, if there are validation errors, call saveErrors() to save the
error messages then forward the request to the correct input form.


Hubert



Thank you Hubert, sometimes the best solution is so near and you can't see it. ;-) This works perfectly and was the fastest way to realize this.

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



Reply via email to