You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Usama Rashwan <fo...@opensymphony.com> on 2007/04/13 21:56:11 UTC

executeAndWaitStack in struts-default.xml may be a Bug ???

HI ,
i am using struts 2.0.6 and i found that there is a reference to  execAndWait interceptor twice inside the executeAndWaitStack stack , is this a bug or there is a need to define the interceptor twice . 
below are part from struts-default.xml 
[code]
            <!-- Sample execute and wait stack.
                 Note: execAndWait should always be the *last* interceptor. -->
            <interceptor-stack name="executeAndWaitStack">
                <interceptor-ref name="execAndWait">
                    <param name="excludeMethods">input,back,cancel</param>
                </interceptor-ref>
                <interceptor-ref name="defaultStack"/>
                <interceptor-ref name="execAndWait">
                    <param name="excludeMethods">input,back,cancel</param>
                </interceptor-ref>
            </interceptor-stack>

[/code]
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=77169&messageID=141579#141579


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org