Hi,
are You using FireFox3 maybe?
We have exactly the same issue - but it was ff3 fault.
Simply try it on other browsers.

Best greetings,
Paweł Wielgus.

2008/9/19 Gianluca Musella <[EMAIL PROTECTED]>:
> Hello, this is my first post in this list.
>
>
> I'm  using S2 2.0.11.2 with Tiles plugin on Tomcat.
>
>
> I've a very strange problem. Almost all <href/> and <form/> elements
> causes a double action's method activation.
>
> For example if I have:
>
>        <a href="showPhotoInCoversPage.action?id=<s:property value='id'/>">
>
> mapped in struts.xml in this way:
>
>        <action name="showPhotoInCoversPage"
> class="org.almayer.web.action.CreateChapterAction"
> method="showPhotoInCoversPage">
>            <interceptor-ref name="scopedModelDriven">
>                <param
> name="className">org.almayer.web.model.AlmayerSessionModel</param>
>                <param name="scope">session</param>
>            </interceptor-ref>
>            <interceptor-ref name="almayerStack"/>
>                <result type="tiles" 
> name="success">chapterWizardCovers</result>
>        </action>
>
> happened that the methos CreateChapterAction.showPhotoInCoversPage()
> is called twice.
>
>
>
> PS: I've a custom inteceptor, but I'm sure that it works well.
>
>
> Does someone have the same problem, or similar?
>
> Please help me.
>
>
> Thanks in advance.
>
> Gianluca
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to