Skip to Content
0
Former Member
Sep 25, 2006 at 05:38 AM

Query regarding portal look & feel

20 Views

Hi All,

I have deployed my j2ee application on sap. I also need to change look & feel of my pages(iviews) when user changes portal theme. For this I am passing url of css used by portal to my application, but I am fetching it in login page only and putting it in session so that all pages use the same css, hence user need to click on the first page of my application to reflect changes.

Problem is that if user has opened another page and he changes portal theme, it gets reflected in portal standard components but not in my pages until I click the first page that is for login.

How can I achieve portal's look & feel.

Please suggest...