Hi,
is there a concept like ASP Masterpages in JSP?
Regards.
|
|
|
|
|
|
|
I'm going to step out on a limb here, and say what you're looking for is JSP Templates Doesn't work exactly the same way, but it actually looks a little more flexible than MasterPages (Allows you to define multiple areas of the templates to pull different content from). |
||
|
|
|
|
In the Java world there are multiple solutions to this. My suggestion is to use whatever your framework suggests. For example Struts tiles, JSF Facelets e.t.c You do use a web framework, don't you? |
||
|