Hi Bill,
In my case, I can't use taglibs since I am generating the code dynamically.
But even if I could use taglibs, then part of what the taglib does is really
using response.encodeURL("second.jsp") to do the URL rewriting without you
having to worry about it. So, I think the ultimate answer i
Your reply answered another question that I had. But I think I still
haven't described my current question clearly. suppose I have 3 JSP pages
in my application.
--
first.jsp
second.jsp
third.jsp
--
Now, in my first.jsp, I have nothing but 2 links to the other two JSP pages.
If I want the ses
Thanks for your reply Chuck. I've been through the whole documentation and
it hasn't helped. I'll try to make my question as clear as possible.
Basically I have a webapp and I want to have a session for each user that
connects to my server (just the usual servlet session that is created with
Hi Everyone,
I tried to find answer to this question on the archive and documentation, but I
couldn't find a clear answer which is weird since I expected to find an answer
easily. All I want to do is 'URL rewriting For Session Tracking'. Do I have to
do this manually in my code (using response.