[ 
https://issues.apache.org/jira/browse/WW-4678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15428045#comment-15428045
 ] 

Dave Newton commented on WW-4678:
---------------------------------

We'll probably need more information. But the appropriate place for this would 
be the Struts-User mailing list until it's confirmed there's a bug--JIRA 
tickets are for diagnosed, reproducible issues, not general application help.

> Post method doesn't work
> ------------------------
>
>                 Key: WW-4678
>                 URL: https://issues.apache.org/jira/browse/WW-4678
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.5.2
>            Reporter: Florian Laluque
>             Fix For: 2.5.3
>
>
> {code:xml}
> <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>
> {code}
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to