Hi i've a problem:
i use the struts's tag <html:link> in my jsp and mapping.findForward("..."); in 
my Action but the url-rewrite doesn't work...
In an Action i set an session variable and my code in all project is(for 
example):
in jsp
<html:link action="/didatticaA.do">Didattica</html:link>

in struts-config.xml
<action type="myActions.facoltaA" path="/didatticaA">
        <forward name="success" path="/didattica/facolta.jsp"/>
</action>

in facoltaA (in  public ActionForward execute(ActionMapping mapping...)):
return mapping.findForward("success");

With ms explorer 6 this function,but with netscape or opera if i disable cookie 
this don't work...whi?
Where mistake?
I thank for the help.
Alessio




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

Reply via email to