Re: allowed-methods tag not working

2024-02-08 Thread Lukasz Lenart
czw., 8 lut 2024 o 16:39 apacheStrutsUsers8 napisaƂ(a): > > I have a Struts app which I am upgrading from Struts 2.5 to Struts 6. In my > struts xml file, I currently have actions which have the allowed-methods tag > like this: > > > /done.jsp > start, finish, next > > > However, when I try to

allowed-methods tag not working

2024-02-08 Thread apacheStrutsUsers8
I have a Struts app which I am upgrading from Struts 2.5 to Struts 6. In my struts xml file, I currently have actions which have the allowed-methods tag like this: /done.jsp start, finish, next However, when I try to call someAction!start.action, the start method is not called and it looks f