Re: Submit with several methods in Struts 2.2

2010-09-14 Thread hernan gonzalez
Has it been included in the JIRA tracker? https://issues.apache.org/jira/browse/WW I don't see it Hernán On Tue, Sep 14, 2010 at 6:18 AM, Maqsud Mohammad < maqsud.moham...@ratedpeople.com> wrote: > i raised this issue as a bug but havent got any updates

Re: Submit with several methods in Struts 2.2

2010-09-14 Thread Ashlon Hill
I am using Struts 2 tags. Is there an easy way for me to "ghost" out one of the above textfields if the other one is clicked/selected? I can do it without using the struts 2 tags but how do you do it with them?                                                   -

Re: Submit with several methods in Struts 2.2

2010-09-14 Thread Maqsud Mohammad
Hello Hernan This was what i faced just a few days ago when we made a decision to upgrade struts from 2.1.6 to 2.2.1 and we just followed the workaround of setting the DynamicMethodInvocation=true, though it was discouraged, i raised this issue as a bug but havent got any updates from the struts2

Submit with several methods in Struts 2.2

2010-09-13 Thread hernan gonzalez
This pattern ("submit" tag with method specified) http://struts.apache.org/2.2.1/docs/html-form-buttons-howto.html worked for me in my previous version (from Struts 2.1.6). Now (in Struts 2.2.1), I can't make it work. It always calls "execute". The only workaround I found was to set DynamicMethodIn