Re: SMI allowed methods not working for struts 2.5.17

2020-06-02 Thread Dave Newton
On Tue, Jun 2, 2020 at 03:14 Lukasz Lenart wrote: > wt., 2 cze 2020 o 09:05 Sailaja S napisał(a): > > How do I invoke multiple methods with the same action? I did post this in > > stackover flow as well. I appreciate your time and inputs. > > Where? https://stackoverflow.com/questions/6206869

Re: SMI allowed methods not working for struts 2.5.17

2020-06-02 Thread Lukasz Lenart
wt., 2 cze 2020 o 09:05 Sailaja S napisał(a): > When I set Dynamic method invocation to false allowed methods is not > working. Should allowed-methods work with SMI? Those two different things, you can enable DMI but you still need to define allowed methods. > How do I invoke multiple methods w