O'Connell, Iain wrote:
Cool, thanks. Is the userManager object available from inside the velocity
layout templates though or is there a handy way to get a reference?
I can think of two options:
1) grab the component like this:
#set($userManager = $jetspeed.getComponent("UserManager"))
2) use a portlet from your decorator, for ex:
$jetspeed.renderPortletEntity("myPortlet","myApp::myPortlet")
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]