In Struts 2,
I am trying to skip validation on method base on XML configuration. As per my application I can not use annotation. So I cannot use @SkipValidati
@SkipValidati
You should configure in the struts.xml package with interceptors
delete, search, view
then use action configuration
/path/to/form.jsp
apply interceptor to each action that has a validation interceptor referenced explicitly on action or implicitly via on the package.
on the package.