validate() is not called when method other than execute is executed
-------------------------------------------------------------------

                 Key: WW-2614
                 URL: https://issues.apache.org/struts/browse/WW-2614
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.9
         Environment: Apache Tomcat 5.5, Java 1.6, TopLink 
            Reporter: Volker Karlmeier


i have an action class that implements multiple methods such as "execute" and 
"save".
When I enter method="save" in my struts.xml, validate is not called although my 
action class
is subclassed from ActionSupport and so implements Validatable/ValidationAware.

I think this is a bug as I expected validate() to be called before save() gets 
called by the framework.
This only happens when execute() is called.


-- 
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