SpringMVC与SiteMesh2.4无缝整合并借助JSR303规范实现表单验证
SiteMesh3.0的下载,简介与使用
总结:
springmvc结合sitemesh总共分三步:
1、添加sitemesh-3.0.jar包
2、添加sitemesh.xml
3、在模板页面添加:<sitemesh:write property='title'/><sitemesh:write property='head'/> <sitemesh:write property='body'/>
总结:
springmvc结合sitemesh总共分三步:
1、添加sitemesh-3.0.jar包
2、添加sitemesh.xml
3、在模板页面添加:<sitemesh:write property='title'/><sitemesh:write property='head'/> <sitemesh:write property='body'/>