Re: Using JSP pages in header/footer

2011-05-10 Thread anyz
> > > I have two questions in this regard: > > > > 1- I believe only way to customize header is through > header.vm/header.jsp. > > There is no other way. > > You could actually not use headers or footers, and just use portlets I need to display informatin like logged in user, current role, and o

Re: Using JSP pages in header/footer

2011-05-09 Thread David Taylor
On Thu, May 5, 2011 at 1:47 AM, anyz wrote: > I'm develping an application for Jetspeed 2.2.1 that was initially running > on Jetspped 1 . It uses JSP based header/footer templates that are heavily > customized to meet application need. > > Initially i tried to get all those customizations into ve

Re: Using JSP pages in header/footer

2011-05-05 Thread anyz
seems this URL is helpful. http://web.archiveorange.com/archive/v/3HoJWygWQ2RfVGLTSND6 On Thu, May 5, 2011 at 1:47 PM, anyz wrote: > I'm develping an application for Jetspeed 2.2.1 that was initially running > on Jetspped 1 . It uses JSP based header/footer templates that are heavily > custom

Using JSP pages in header/footer

2011-05-05 Thread anyz
I'm develping an application for Jetspeed 2.2.1 that was initially running on Jetspped 1 . It uses JSP based header/footer templates that are heavily customized to meet application need. Initially i tried to get all those customizations into velocity templates (header.vm and footer.vm) however as