Try removing the interceptors? If I'm not mistaken, the default stack has
it.

On Jan 17, 2008 2:32 AM, Pablo Vázquez Blázquez <[EMAIL PROTECTED]> wrote:

> I am using Struts 2.0.9 and I have the following action:
>
>    <action name="AddPlugin"
>                class="AddPluginAction">
>            <interceptor-ref name="fileUpload"/>
>            <interceptor-ref name="basicStack"/>
>            <result>/HTML/tiles/configuration/Plugins.jspx</result>
>            <result
> name="input">/HTML/tiles/configuration/Plugins.jspx</result>
>        </action>
>
> The action is successfully executed, but the "indicator" does not stop
> and it does not go to Plugins.jspx (it "hands on the air").
>
> Do I have any problem with my interceptors? What else can be?
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to