天天看点

如何让两个struts标签同一行显示

有三个方法:

方法一:

在struts.xml中添加<constant name="struts.ui.theme" value="simple" />

方法二:

在struts.properties中添加struts.ui.theme=simple 

方法三:

<s:form action="stu_tosave" theme="simple">