Hi Craig,
I like to have an object (e.g. The User object out of the database or the Version of the project) to be available in all my views.
I hate to insert lookup code into my
jsp that I could do. Rather I like to have a already correctly formated object delivered from my controller.
But I do not want to do that programatically in all my controllers.
Have you a suggestion how to do that without having too much code in my jsps?
We are using spring 3.0.1 and hibernate on a
tomcat 6.
A small code snipet would be appreciated.
Thanks a lot.
Kind Regards
Michael