Hello y'all,

i have quite an interesting problem again.
In my struts.xml i have defined a method to call for my action
(method="save")

Every time my action class is called, the method validate() is executed.
The same action class used with struts.xml-parameter method="save" is also 
executed as expected, but validate is never called.
I thought, i could exclude methods from validation, but how do i include one ?

this
<interceptor-ref name="validation">
  <param name="includeMethods">save</param>
</interceptor-ref>                      

does not work.

thanks in advance

  Volker

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

Reply via email to