| Author |
Action alias: ActionName-alias-validation.xml with annotation
|
Radu Virgil
Greenhorn
Joined: Feb 01, 2010
Posts: 2
|
|
Hi,
How can I use annotation to implement ActionName-alias-validation?
I have two forms in the page and I want to make separate validation for each form some field for one some fields for the other one.
Now both action methods are validating all fields.
Thanks.
|
 |
Radu Virgil
Greenhorn
Joined: Feb 01, 2010
Posts: 2
|
|
I manage to find the solution
<interceptor-ref name="validation">
<param name="validateAnnotatedMethodOnly">true</param>
<param name="excludeMethods">cancel,execute,reset,input
</param>
</interceptor-ref>
|
 |
 |
|
|
subject: Action alias: ActionName-alias-validation.xml with annotation
|
|
|