Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/340.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Sitemesh有哪些替代方案可以帮助在SpringMVC应用程序中布局JSP/JSTL页面页脚/页眉?_Java_Jsp_Spring Mvc_Jstl_Sitemesh - Fatal编程技术网

Java Sitemesh有哪些替代方案可以帮助在SpringMVC应用程序中布局JSP/JSTL页面页脚/页眉?

Java Sitemesh有哪些替代方案可以帮助在SpringMVC应用程序中布局JSP/JSTL页面页脚/页眉?,java,jsp,spring-mvc,jstl,sitemesh,Java,Jsp,Spring Mvc,Jstl,Sitemesh,我尝试从我的Sitemesh decorator中排除某些页面,但它似乎没有遵循自己的逻辑: <decorators> <excludes> <pattern>/register</pattern> </excludes> </decorators> /登记册 在主要使用普通JSP/JSTL的Spring MVC应用程序中,Sitemesh有哪些替代品可以作为替代品?您尝试过tiles(

我尝试从我的Sitemesh decorator中排除某些页面,但它似乎没有遵循自己的逻辑:

<decorators>
    <excludes>
        <pattern>/register</pattern>
    </excludes>
</decorators>

/登记册
在主要使用普通JSP/JSTL的Spring MVC应用程序中,Sitemesh有哪些替代品可以作为替代品?

您尝试过tiles()吗?我已经在SpringMVC中使用了它(但是freemarker而不是jsp)