From: specdev2 <[EMAIL PROTECTED]>
> In fact, my problem relate to an interceptor stack problem.
> If I use the defautStack, it works.
> But if I do the following it does not:


> <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="validation"/>
>   <result>toHtmlUtilityViewDef</result>
> </action>


That's because you're leaving out some of the normal interceptors; see [1] for 
more information about (a) what's in the default stack and (b) what those 
interceptors do.


Why not just use the default interceptor stack?


Dave


[1] http://struts.apache.org/2.x/docs/interceptors.html




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

Reply via email to