Struts2 exclude validation xml but not validate() method?

zardoz

New Member
I need to exclude the validation with XML file but not the validate method. I put in struts.xml the code \[code\]<interceptor-ref name="validation"><param name="excludeMethods">myMethod</param></interceptor-ref>\[/code\]However it excludes both the XML and the method.How can I exclude only the XML?Thanks to all!
 
Back
Top