"workflow" interceptor used to call "validate" in 2.0.x, on 2.1
"validate" is called by the "validation" interceptor.

musachy

On Jan 29, 2008 12:02 PM, specdev2 <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to