[jboss-user] [JBoss Portal] - Accessing PortalObject / PortalNode from custom renderset
nystaa
do-not-reply at jboss.com
Mon Apr 28 04:00:15 EDT 2008
Hello,
I wish to be able to use something like
PortalObject po = (PortalObject) obj;
Locale locale = req.getLocale();
String name = po.getDisplayName().getString(locale, false);
in my custom renderset but i can not find an object which can help me to access the PortalObject that is currently rendering.
Also I could not find a way to get a PortalObjectId so that Would be able to look it up by PortalObjectContainer.
Any help appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147126#4147126
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147126
More information about the jboss-user
mailing list