The moose likes Portals and Portlets and the fly likes Problem in using portlet:param Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Problem in using portlet:param" Watch "Problem in using portlet:param" New topic
Author

Problem in using portlet:param

GaneshKumar Kumar
Greenhorn

Joined: May 23, 2006
Posts: 24
HI,
I am developing JSR 168 portlet. In one of the jsp page I have the following code for creating url


<a href='<portlet:actionURL><portlet aram name="addnewlink" value="addnewlink" /><portlet aram name="languagechoosen" value="<%= languageSelected%>"/></portlet:actionURL>'>

The problem is that the first param is not getting passed. I could not get the same in processAction method by using request.getParameter("addnewlink") method.
If I pass a single param it is working fine. Am I missing something. Please let me know.

Thanks.
Ganesh
 
 
subject: Problem in using portlet:param
 
Threads others viewed
fwd a page using button
JSP Forward page param problem with iPlanet
how to get the param value to backing bean method???
complicate JSP tag : bodyContent
portlet:actionURL-please help
IntelliJ Java IDE