Allow exceptions to be thrown from the validate() method
--------------------------------------------------------

                 Key: WW-3478
                 URL: https://issues.apache.org/jira/browse/WW-3478
             Project: Struts 2
          Issue Type: New Feature
          Components: Core Actions
    Affects Versions: 2.2.1
            Reporter: Tom Terrace
            Priority: Minor


In the ValidationInterceptor, any exceptions from the validation prefix methods 
validateXXX and validateDoXXX are rethrown, but we can't throw anything from 
the plain validate() method.  It would be great to just have one validate 
method that can fetch the model and throw any security or RecordNotFound 
exceptions rather than a whole bunch of identical validateXXX methods.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to