Could you post your complete action mapping and
your corresponding Action (or only the important parts?)

FormBean:
<form-bean name="SendLinkForm" type="com.edirect.pl.app.cmsold.struts.form.SendLinkForm"/>

Action:
<action path="/SendLink" input="/popup/sendlink.jsp" parameter="/popup/sendlink.jsp" type="com.edirect.pl.app.cmsold.struts.control.SendLink" name="SendLinkForm">
        <forward name="send" path="/popup/sendlink.jsp"/>
</action>

and i my action SendLink.execute:

return mapping.findForward("send");

Thanks.

Andy

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

Reply via email to