Hi All,
I am new to JBOSS portal server.
I have got a requirement where different pages of the same portal has different headers(i.e. header.jsp)
I have gone through a lot of articles but I didn't get any feasible solution.
I have some queries:
1) Is it possible for different pages in the same portal to have different headers?
2) If I want to display the logged-in user name in the template jsp, how to I access the api from the jsp? If I create a new jsp, all request attributes are null including request.getAttribute("org.jboss.portal.header.USER")
Thanks in advance.