Hi all,

I use a portlet to dispatcher request to a servlet as below , if i try to call 
getParamter("orderno") in the servlet, i get nothing.

String path = "/SomeServlet?orderno=5";
PortletRequestDispatcher rd = context.getRequestDispatcher(path);
rd.include(renderRequest, renderResponse);

The only workaround is i have to process "javax.servlet.include.request_uri" by 
myself to get orderno.

i'm useing Pluto-rc2 ,and i'm not sure whether it's a bug.

regards,
Terry


_____________________________________________________________
Join SQAtester.com Community  ---> 
http://www.sqatester.com/testersarea/joinus.htm

Reply via email to