2007/5/9, Torsten Römer <[EMAIL PROTECTED]>:
I just called my validation file ActionClassName-validation.xml, don't
even know what this alias is... and validation seems to work fine.

it is because you have only one method in your action
you need aliases when you want to be able to call several methods in
your action from your view, and if you want one validation file per
method, you need to use aliases in the name of the validation xml
files

As far as I recall (can't check it right now) I did not have to set
validate="true" for my form.

validate="true" is for client side validation (javascript validation)

--
Guillaume Carré

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

Reply via email to