How to install theme.jar on portal
Hi All.
I create theme.jar in Sun Java Studio Creator 2 by right click (Run Target -> dist-SunPortal) on build.xml of my theme project.
How can I deploy this theme on Sun Java System Portal Server 6?
PS: I found solution only for Portal Server 7, but I can’t apply it to version 6.
[316 byte] By [
DenisTa] at [2007-11-27 0:50:14]

# 1
In the JSP files that generate the <head> section of the HTML n designate a Sun Java Web User Interface Components theme to be used for the entire page
eg: <pui:setupTheme themeName="defaulttheme" .../>
Note:
To use Sun Java Web User Interface Components theme in a page, the porletSetupTags.tld tag library descriptor file must be included; otherwise, the <pui:setupTheme...> will fail. This file must be located where the JSP files can access it. For example, in the community sample, it is located at PortalServer-DataDir/portals/portal-ID/desktop/community_sample/tld directory.