vote up 0 vote down star

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

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

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

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.