04-26-07 06:19 PM
what value are you using for layoutNode ? Is it portlet unique name or portl
et window unique name ? If it is portlet unique name, it is not going to wor
k. You will need portlet window unique name. The only way to assign one is u
sing xml access.
> Hi,
> I am working on JSR 168 portlets with WPS v5.1.
> I am getting problem with <portal:urlGeneration>
> tag.
> I am not able to pass parametes using this tag. I
> want to pass the parameters to a portlet on another
> page. I am using following code:
>
>
> <portal:urlGeneration contentNode="wps.My
> Portal.Welcome"
> layoutNode="welcome.bookmarks">
> <portal:urlParam name="<%= month %>"
> %>" value="August" type="render" />
> <aa href=<% wpsURL.write(out); %>
> ; %> class="wpsLinkBarLink">
> <portal:text key="link.bookmarkstitle"
> title" bundle="nls.myproperties"/>
> </a>
> </portal:urlGeneration>
[ Post a follow-up to this message ]
|