Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.5.2
-
None
Description
<s:form action="test" includeContext="true" namespace="/compte" theme="simple"> <s:textfield name="toto"></s:textfield> <s:submit type="button" value="Submit"/> </s:form> <s:url var="urlPage" action="test" namespace="/compte"> <s:param name="toto">toto</s:param> </s:url> <s:a href="%{urlPage}"> ici</s:a>
if i submit the form, the result is a 404 error, struts can't go into my action java. But if i click on the <a> url it's ok, I have the same result if i force get method to the form.
Thanks