ankursaxena
Programmer
Hi, I have a page filled with links and each is going to a different processing jsp/servlet. I have to pass the same information to all of them, now I dont want to put each link in url appended mannar with blah.jsp?blah=1&blah2=2, but when I do this, the user can see this as well the address bar will change, is there a way of either doing a redirect or a form post. Something that will help here.
thanks
thanks