01-09-07 06:57 AM
Hi All,
i have a portlet and i have created a URL mapping.
Where i intend to pass a request parameter as :
http://localhost:9081/wps/myportal/...on?name=pallavi
And in my Faces Portlet code i want to use the paramter to display the name
in scriptlet code.In this way :
<% String userValue = request.getParameter("name"); %>
Hi !! <%= userValue %>
But this doesn't seem to work.
i only get the message :
Hi !! null
What is the reason for the request parameter for not being visible.
Best Regards,
Pallavi
[ Post a follow-up to this message ]
|