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