RE: Handling query strings

2001-02-24 Thread Michael Wentzel
> When we more than one querystring in JSP, how do we > read then in the next page, because if we use > request.getQueryString(), it returns the whole string > after '?' > > and if we use request.getParameter("parameterName"), > it works fine, but when requests come from different > pages and they

RE: Handling query strings

2001-02-24 Thread Adam Fowler
Hi, There should either be a way to iterate over the parameters(and thus know if there are any by testing the iterator) or a method to return the number of querystrings. Or at least that's standard Java. Regards, Adam. Adam Fowler Second year Computer Science undergraduate University of W