LinkTag Extension to url encode SessionId

2002-07-03 Thread Jens Viebig
I included a noCookies-Attribute in the LinkTag Class, so i can switch between Cookie-enabled Session-Tracking and url encoded session tracking. So i can do: html:link page='/myAction.do' noCookies='true'Click here/html:link and get http://myserver/myapp/myAction.do;jsessionid=XYZMYSESSION as

Re: LinkTag Extension to url encode SessionId

2002-07-03 Thread Craig R. McClanahan
On Wed, 3 Jul 2002, Jens Viebig wrote: Date: Wed, 3 Jul 2002 10:50:52 +0200 From: Jens Viebig [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: LinkTag Extension to url encode SessionId I included a noCookies