Thanks David I got ur point But i am not much aware how can i change PageManager to serve the purpose What i am having is subscriber object through web services from Server (which contanins layout decorator id and portlet decorator id) So can you please help me in bit detail how can i change PageManager for same
David Sean Taylor-2 wrote: > > > 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] > > > -- View this message in context: http://www.nabble.com/Regarding-Personalisation-tp21040311p21047680.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
