今天同事遇到一个struts2标签的label属性不显示,并且标签不换行的问题,网上搜了一下,解决方法如下:
struts2的标签不管是<s:textfield>还是<s:password>一概不显示label了,连换行都不换了。
查找原因有三种情况:
1、发现原来struts.properties下多了这句话:
struts.ui.theme=simple
2、struts2.xml 中有
<constant name="struts.ui.theme" value="simple" />
3、 jsp页面form标签有属性 theme="simple"如果想不显示Label值 就加上
同事遇到struts2标签label属性不显示及不换行的问题,通过排查struts.properties、struts2.xml配置及jsp页面form标签theme属性,找到了解决方法。

606

被折叠的 条评论
为什么被折叠?



