struts2标签显示问题

struts2标签显示有时候会出现异常,在同一行的对不齐。只需加上一个属性:theme="timple" 就可以了。。

例如:

   <s:form theme="timple" action="editDataStat" id="dataStatForm" namespace="/select">

 

或者直接在struts.properties里面加入:struts.ui.theme=simple

 

你可能感兴趣的:(UI,struts)