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 things becomming complex i badly need JSP based header footer. 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. 2- Is it possibble to use JSP based pages for header/footer with JS 2.2.1. What configuration i need for this? Thanks
