Skip to content

Instantly share code, notes, and snippets.

@lislon
Created October 11, 2016 12:06
Show Gist options
  • Save lislon/91f8bbaaaa32362d133a90979e547631 to your computer and use it in GitHub Desktop.
Save lislon/91f8bbaaaa32362d133a90979e547631 to your computer and use it in GitHub Desktop.
<tiles-definitions>
<definition name="*.*" template="/WEB-INF/views/common/layout.jsp">
<put-attribute name="header" value="/WEB-INF/views/common/header.jsp" />
<put-attribute name="menu" value="/WEB-INF/views/common/menu.jsp" />
<put-attribute name="body" value="/WEB-INF/views/{1}/{1}_{2}.jsp" />
<put-attribute name="title" value="/WEB-INF/views/{1}/{1}_title.jsp" />
<put-attribute name="scripts" value="/WEB-INF/views/{1}/{1}_scripts.jsp" />
<put-attribute name="styles" value="/WEB-INF/views/{1}/{1}_styles.jsp" />
</definition>
</tiles-definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment