Chris Kimpton wrote:

> Hi,
> 
> 
> The "skin" tool is not in the context for the page as a whole - where
> should this be added?
> 


"skin" is a property of PSML objects so it's not available outside of
a the PSML context.
Turbine has introduced its own "UIManager" tool for something very similar.
It may be possible to merge the two together but I haven't given it much
thought yet.


> How do you use skin properties in the jsp pages?
> 



Either you use the Java API directly in the JSP:

PortletSkin skin = portlet.getPortletConfig().getPortletSkin()

or (better) you write a JetspeedSkin dynamic tag to wrap the skin
functionality and add it to the Jetspeed TLD.

--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to