Hi,
I've just started playing around with Spring MVC so this might be a complete newbie question. Never the less, I can't seem to find an answer in the forum or docs.
I am building a simple webapp with approx. 10-15 different JSP-pages such as "add person", "edit person", "display jobs" etc. This works fine with Spring MVC, data access layer etc.
My problem is that now I want to have a uniform look and feel on every page. Specifically, I want the same header, footer and left-margin menu on every page. I don't want repeat this code in all 10-15 pages. I'd rather include the primary jsp in a page where the header, footer and menu is set with correct layout. How do I accomplish this with regard to controllers etc??
If there's no simple answer, then please direct me to sample apps etc so that I might study the code there.


Reply With Quote
