Just to clarify, the following works as desired:

<action name="toHtml" method="toHtml"
class="com.tchegbe.demo.action.ToHtmlActions">            
            <interceptor-ref name="servletConfig"/>
            <interceptor-ref name="fileUpload"/>
            <interceptor-ref name="params"/>            
            <interceptor-ref name="workflow"/>
            <result name="input">toHtmlUtilityViewDef</result>
        </action>

The action validate() method gets called properly by the Workflow
Interceptor.
http://struts.apache.org/2.x/docs/workflow-interceptor.html
-- 
View this message in context: 
http://www.nabble.com/How-does-one-get-the-%22validate%22-method-to-be-called--tp15160502p15163957.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to