Hi All,
 
I am not sure if it portal specific or jsf specific.
 
I have JSR-168 faces portlet where i intend to pass a request parameter
as :
<http://localhost:9081/wps/myportal/Pagination?name=pallavi>
http://localhost:9081/wps/myportal/Pagination?name=pallavi
<http://localhost:9081/wps/myportal/Pagination?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.
Are there any work arounds.

Best Regards,
Pallavi 



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Reply via email to