Skip to content

Instantly share code, notes, and snippets.

@steinermatt
Created September 14, 2013 16:11
Show Gist options
  • Save steinermatt/6563227 to your computer and use it in GitHub Desktop.
Save steinermatt/6563227 to your computer and use it in GitHub Desktop.
pjax-tiles / src / main / webapp / WEB-INF / layouts / default.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
<!DOCTYPE html>
<html lang="en">
<head>
<title><tiles:getAsString name="title"/></title>
<tiles:insertAttribute name="meta"/>
<tiles:insertAttribute name="stylesheets"/>
</head>
<body>
<tiles:insertAttribute name="header"/>
<div id="pjax-container">
<tiles:insertAttribute name="content"/>
</div>
<tiles:insertAttribute name="footer"/>
<tiles:insertAttribute name="js"/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
OSZAR »