On Dec 16, 2008, at 11:05 AM, Vikas Agrawal Engg wrote:



Hi All
I am working on Jetspeed 2 Portal.How want to give user look and feel as per his theme selected.How can i personalise My Jetspeed Portal

I will set Theme id (Layout decorator and portlet decorator) in subscriber object and based on that response i will have to display theme for subscriber


The decorator can be stored on the page. However, if the decorator isn't set on the page, then the folder is looked at for the decorator. If the decorator isn't set on the folder, the parent folder is looked at, all the way up to the root folder. I often only set the decorator on the root folder and then let it propagate down. If you want to pull in the decorator from an external source, I recommend extending the PageManager to be able to retrieve certain attributes of a page from your subscriber database, not the page database as it works by default

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to