Hey guys! So I have inherited an application that contains a JSP. This
JSP contains a table, one of the columns contains an ID with a link.
When you click on a link, the same JSP gets called with a parameter
passed into it. It basically does something like:
<%
String someId = request.getParameter("theID");
if(someID != null){
//do something
}else{
//show the table
}
%>
Now when I click on the pagination links, it will include the "?
theID=232" in the link, making the JSP reload and try to do the "do
something" code and not the "show table" code. Is there a way to
remove the previous parameters from the URL? I hope my question made
sense. Any help would be great!
regards...
Sergio
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user