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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
