Include Header and Footer in all JSP files

<jsp-config>
<jsp-property-group>
<url-pattern>/*/*/*.jsp</url-pattern>
<include-prelude>/view/commons/Header.jsp</include-prelude>
<include-coda>/view/commons/Footer.jsp</include-coda>
</jsp-property-group>
</jsp-config>