<http://www.mysite.com/index.jsp?mainFrame=somePage.jsp?item1=info1&item2=info2&item2=info2
That's your url? On Fri, 2004-10-01 at 14:14, [EMAIL PROTECTED] wrote: > Yea.. it's a null string.. I have a feeling it is passing item2 into the > index.jsp instead of the somePage.jsp .. I guess will try to retrieve item2 > in index.jsp and see if it works > > Thanks, > > Azam Khan > Network Data Support Center > Verizon Wireless > 866-222-7114 > http://ndsc.eng.vzwcorp.com > > -----Original Message----- > From: Gerardo Juarez [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 2:10 PM > To: Tomcat Users List > Subject: Re: Multiple arguments in a GET URL > > > getParameter should work for all parameters. Your url is not correct or it > is extremely long and blows up with the GET method. But that is highly > unlikely. > > How does it fail? Do you obtain an error? Is it a null String? > > Gerardo > > On Fri, 1 Oct 2004 [EMAIL PROTECTED] wrote: > > > I am attempting to redirect to a URL that is similar to the following > > > > > > > > http://www.mysite.com/index.jsp?mainFrame=somePage.jsp?item1=info1 > > > <http://www.mysite.com/index.jsp?mainFrame=somePage.jsp?item1=info1&item2=in > > fo2> &item2=info2 > > > > > > > > However, I can only do a request.getParameter on item1 in the somePage.jsp > > JSP. When I attempt to do it for item2, it fails.. > > > > > > > > Any ideas? Workarounds? > > > > > > > > Azam Khan > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
