Hi,
I have a in jsp ex:
*********************JSP***********************
*********************************************
and in my portlet i want get the value of the form:
*********************Portlet***********************
public void doView(RenderRequest request,RenderResponse response)......
request.getParameter("uname")
request.getParameter("mail")
..............
*********************************************
but, the value request.getParameter("uname") is null.
Thanks for help....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096555#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...