you can use jboss portal public api to do that
http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/portalapi.html#...
for getting the current node (window node) you need for now to cast the request into
JBossPortletRequest and do:
| PortalNode thisNode = req.getPortalNode();
|
I hope to provide a better way to access the current portal node in the future, probably
using a request attribute or a thread local based mechanism.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143239#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...