-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.13
-
Fix Version/s: 0.19
Right now we have such includes:
<jsp:include page="../template/topLine.jsp"/> <jsp:include page="../template/logo.jsp"/>
Since it's repeated on each page, it's better to use SiteMesh templating to construct regular pages.