06-07-05 07:19 AM
Hi there
WebSphere Portal Server 5.1
can you please tell me how to generate a URL to a page without using Custom
Unique Name. AS per documentation with Content Node Id. but it is giving err
or.
Here is the code
<wps:urlGeneration contentNode="<%=wpsNavNode.getContentNode().getObjectID()
.toString()%>">
<a href="<% wpsURL.write(out); %>"><%=LocaleHelper.getTitle((L
ocalized)navigationNode, request.getLocale())%></a>
</wps:urlGeneration>
Any help please ?
Regards
[ Post a follow-up to this message ]
|