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]

Reply via email to