SSchult,
In your case, you don't have the org.jboss.portal.api.PORTAL_NODE attribute set in
your request. So, try to get it from Navigation.getCurrentNode() or in case of using
JBossRenderRequest you can use request.getPortalNode() (is the same).
public PortalNode getPortalNode()
| {
| return Navigation.getCurrentNode();
| }
Bruno Rossetto
http://brmachado.blogspot.com/
http://jbossbrasil.ning.com/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221108#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...