Librairie de siteMesh et paramétrage
This commit is contained in:
@@ -28,6 +28,17 @@
|
||||
<taglib-uri>/spring</taglib-uri>
|
||||
<taglib-location>/WEB-INF/tld/spring-form.tld</taglib-location>
|
||||
</taglib>
|
||||
</jsp-config>
|
||||
</jsp-config>
|
||||
|
||||
<!-- SiteMesh Integration declaration -->
|
||||
<filter>
|
||||
<filter-name>sitemesh</filter-name>
|
||||
<filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
|
||||
</filter>
|
||||
|
||||
<filter-mapping>
|
||||
<filter-name>sitemesh</filter-name>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</filter-mapping>
|
||||
|
||||
</web-app>
|
||||
Reference in New Issue
Block a user