Hi

I have a log off action on my page

<html:link forward="logoff">

this gets rewritten by struts as

http://localhost:8180/testapp/logoff.do;jsession=97BEFADEA3987234AC3F55

so that on my logon screen, I have the link

http://localhost:8180/testapp/logoff.do;jsession=97BEFADEA3987234AC3F55

which looks ugly,  I want it to have the link

http://localhost:8180/testapp/index.jsp

without any jsession ID and the page "index.jsp" shown instead of 
"logoff.do".

How can I do this?

Cheers

Tony






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

Reply via email to