[jira] [Commented] (WW-5248) action attribute on submit tag not working as espected

2022-10-20 Thread Lukasz Lenart (Jira)


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

Lukasz Lenart commented on WW-5248:
---

Soon, I will prepare a test build next week

> action attribute on submit tag not working as espected
> --
>
> Key: WW-5248
> URL: https://issues.apache.org/jira/browse/WW-5248
> Project: Struts 2
>  Issue Type: Bug
>  Components: Core, Core Actions, Core Tags
>Affects Versions: 6.0.3
>Reporter: João Francisco Rösler Rodrigues
>Priority: Blocker
> Fix For: 6.1.0
>
>
> I have one project running with struts and the bellow situation works fine 
> with 2.5.29 version:
> jsp:
> {code:java}
> 
>   
> {code}
> struts.xml:
> {code:java}
> 
>  
> {code}
> The form is submited and hadlered by the executeMyAction method, as espected.
>  
> When upgraded to struts 6.0.3, the submit is ignoring the method mapped for 
> this action and is invoking the previous method from the value stack. And I'm 
> getting a "method not allowed" error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (WW-5248) action attribute on submit tag not working as espected

2022-10-20 Thread Jira


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

João Francisco Rösler Rodrigues commented on WW-5248:
-

Hi [~lukaszlenart] 

Thank you for the response.

Do you have any idea when the 6.1.0 version will be available?

> action attribute on submit tag not working as espected
> --
>
> Key: WW-5248
> URL: https://issues.apache.org/jira/browse/WW-5248
> Project: Struts 2
>  Issue Type: Bug
>  Components: Core, Core Actions, Core Tags
>Affects Versions: 6.0.3
>Reporter: João Francisco Rösler Rodrigues
>Priority: Blocker
> Fix For: 6.1.0
>
>
> I have one project running with struts and the bellow situation works fine 
> with 2.5.29 version:
> jsp:
> {code:java}
> 
>   
> {code}
> struts.xml:
> {code:java}
> 
>  
> {code}
> The form is submited and hadlered by the executeMyAction method, as espected.
>  
> When upgraded to struts 6.0.3, the submit is ignoring the method mapped for 
> this action and is invoking the previous method from the value stack. And I'm 
> getting a "method not allowed" error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)