【发布时间】:2010-11-27 14:34:34
【问题描述】:
问题>如何在struts标签中将<s:submit>改为<s:a>?
我想通过post(不是get)将参数发送到下一页(action)
<s:form action="products" method="post" theme="simple">
<s:hidden name="code" value="%{code}"/>
<s:submit type="button" method="selectSale" value="see"/>
</s:form>
【问题讨论】:
标签: struts hyperlink submit tags anchor