> (A) pass a Map in as the parameter from the link on the first JSP containing > the id and name
I vote for A. There are 100 different philosophies on how to handle this, but mine is to put as much as you can in the URL query string. This way you won't have problems with people bookmarking it, or maybe having serveral copies of the page going at once. -Roy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

