[
https://issues.apache.org/jira/browse/WW-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Huber updated WW-4676:
---------------------------
Description:
Would it be possible to modify the ConversionErrorInterceptor to extend
MethodFilterInterceptor so I can exclude the validation on certain methods?
ie
<interceptor-ref name="conversionError">
<param name="excludeMethods">execute,cancel*</param>
</interceptor-ref>
It seems always to be called (needs to be like the validator/workflow)
I have noticed that if I there is a conversion error on a screen and I return
with a redirectAction (and the action has a STORE and the destination action
has a RETRIEVE) the conversion error shows on the destination action screen.
Although I still get in dev mode:
Error setting expression 'bean.weight' with value ['gggg', ]
as this comes from the params inteceptor (and I do not want to exclude this on
my cancel), I guess we will have to live with this.
was:
Would it be possible to modify the ConversionErrorInterceptor to extend
MethodFilterInterceptor so I can exclude the validation on certain methods?
ie
<interceptor-ref name="conversionError">
<param name="excludeMethods">cancel*</param>
</interceptor-ref>
It seems always to be called (needs to be like the validator/workflow)
I have noticed that if I there is a conversion error on a screen and I return
with a redirectAction (and the action has a STORE and the destination action
has a RETRIEVE) the conversion error shows on the destination action screen.
Although I still get in dev mode:
Error setting expression 'bean.weight' with value ['gggg', ]
as this comes from the params inteceptor (and I do not want to exclude this on
my cancel), I guess we will have to live with this.
> ConversionErrorInterceptor to extend MethodFilterInterceptor
> ------------------------------------------------------------
>
> Key: WW-4676
> URL: https://issues.apache.org/jira/browse/WW-4676
> Project: Struts 2
> Issue Type: Improvement
> Components: Core Interceptors
> Affects Versions: 2.5.2
> Reporter: Greg Huber
> Priority: Minor
>
> Would it be possible to modify the ConversionErrorInterceptor to extend
> MethodFilterInterceptor so I can exclude the validation on certain methods?
> ie
> <interceptor-ref name="conversionError">
> <param name="excludeMethods">execute,cancel*</param>
> </interceptor-ref>
> It seems always to be called (needs to be like the validator/workflow)
> I have noticed that if I there is a conversion error on a screen and I return
> with a redirectAction (and the action has a STORE and the destination action
> has a RETRIEVE) the conversion error shows on the destination action screen.
> Although I still get in dev mode:
> Error setting expression 'bean.weight' with value ['gggg', ]
> as this comes from the params inteceptor (and I do not want to exclude this
> on my cancel), I guess we will have to live with this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)