<a href="<%=request.getContextPath()%>/somePath/someLink.do" />

That's the only way I know of....you could also copy the source from the LinkTag, make 
a new tag from it, and alter the new tag source to support a "urlRewrite" true/false 
attribute, but that's a lot more effort.


--joe

> -----Original Message-----
> From: Mark Chaimungkalanont [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 6:23 PM
> To: [EMAIL PROTECTED]
> Subject: <html:link> without URL rewriting
> 
> 
> I want to render an <html:link> or <html:rewrite> tag without the URL
> rewriting.
> 
> Is it possible to optionally turn off URL rewriting?
> 
> Basically, we want to open a new session when we open a new 
> window, and the
> only way we found was to turn off cookies and use URL 
> rewriting to maintain
> sessions. We could then force a new session without 
> terminating the current
> one by opening up a page without the jsessionid appended. We 
> could hardcode
> the link but wanted to know whether I would be possible using 
> the anything
> from the Struts tag-libs.
> 
> Cheers
> 
> Mark C
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to