vote up 0 vote down star
<s:form action="products" method="post" theme="simple">
  <s:hidden name="code" value="%{code}"/>
  <s:submit type="button" method="selectSale" value="see"/>
</s:form>

Question> How can I change <s:submit> to <s:a> struts tag?

I want to send parameters to next page(action) by post (not get)

flag
Exact duplicate: stackoverflow.com/questions/1390359/… – ChssPly76 Sep 8 at 16:57

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.