Hello.

I want to change excludeMethods parameter for validationInterceptor in
defaultStack.

For one action I can use 


<interceptor-ref name="defaultStack">
        <param
name="validation.excludeMethods">input,delete,browse</param>
        <param
name="workflow.excludeMethods">input,delete,browse</param>
</interceptor-ref>


It works good. :clap:

For one package I tried: 

 <default-interceptor-ref name="defaultStack">
      <param name="validation.excludeMethods">input,delete,browse
      <param name="workflow.excludeMethods">input,delete,browse
 </default-interceptor-ref> 

This appoach DO NOT Work!!! :confused:

How can i change validation.excludeMethods param for WHOLE package? Or may
by GLOBAL for all packages? 
:-/




-- 
View this message in context: 
http://www.nabble.com/How-to-change-excludeMethods-parameter-for-validationInterceptor---tf4651349.html#a13289067
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to