[jboss-user] [JBoss Portal] - Re: How to get the page name at portlet?
thomas.heute@jboss.com
do-not-reply at jboss.com
Mon Apr 2 04:24:03 EDT 2007
You need to use a JBossPortlet then from the request:
| PortalNode thisNode = req.getPortalNode().getParent();
| String pageName = thisNode.getName();
|
See the doc:
http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/ipc.html#d0e3269
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033601#4033601
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033601
More information about the jboss-user
mailing list