struts2使用html的布局

来源:互联网 发布:怎样修改淘宝卖家地址 编辑:程序博客网 时间:2024/04/30 01:16

需要在form表单中对theme设置成simple:


格式如下:

<s:form action="loginAction" method="post" theme="simple">

</s:form>

0 0