Hi,

I need to bypass one validation error , which i am getting during appscan
run.

*Invalid field value for field* XXX

I have seen com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
in struts2-core- 2.5.14.1.jar . But it does not have any excludeParams
.Please let me know what else i can do?I have tried the below code in
struts.xml, but it didn't work.

<interceptor-ref name="defaultStack" >
<param name="conversionError.excludeParams">accessCode</param>
    </interceptor-ref>

Thanks,
Raj

Reply via email to