Questions> How to change <s:submit>to <s:a>in struts tag?
I want to send the parameters to the next page (action) by mail (not receive)
<s:form action="products" method="post" theme="simple">
<s:hidden name="code" value="%{code}"/>
<s:submit type="button" method="selectSale" value="see"/>
</s:form>
Davis source
share