posted 11 years ago
So, I have the Spring/Tiles2 integration working, however, it seems silly to always have to create view definitions as they all look the same with exception of title and body.
For example:
Is there a way to somehow remove the need to have view definitions, or remove a step in defining a new view? In other words, can /WEB-INF/jsp/brand/brandList.jsp, somehow include the tiles definition as well as the body that is to be rendered in it?
This is not a major issue, just trying to see if number of places where edits take place could be removed.
Thanks.
-AP_