Re: Update to Struts 2.1.7

2009-06-29 Thread Pro1712
I've got a method "input" in the action. settint "struts.enable.DynamicMethodInvocation = true" solevd the problem. -- View this message in context: http://www.nabble.com/Update-to-Struts-2.1.7-tp24166101p24250172.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Update to Struts 2.1.7

2009-06-24 Thread musomesa
Are you saying you have a method called input() in the action or is it that you are getting a result code "input" which would imply a validation error? -Original Message- From: Pro1712 To: user@struts.apache.org Sent: Tue, Jun 23, 2009 9:34 am Subject: Update to Struts 2.1.7

Re: Update to Struts 2.1.7

2009-06-24 Thread Wes Wannemacher
On Wed, Jun 24, 2009 at 4:53 AM, Pro1712 wrote: > > But that's not my problem! > What I forgot to mention in my first post is that I use dynamic method > invocation and pass the param e.g. "method:input" to the action. > Sorry for this... No problem, but I was wondering how you knew which method y

Re: Update to Struts 2.1.7

2009-06-24 Thread Pro1712
You are right! 'name="*"' is not necessary but it also does not cause any problems... I will remove it! But that's not my problem! What I forgot to mention in my first post is that I use dynamic method invocation and pass the param e.g. "method:input" to the action. Sorry for this... struts.ena

Re: Update to Struts 2.1.7

2009-06-23 Thread Wes Wannemacher
e quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accep

RE: Update to Struts 2.1.7

2009-06-23 Thread Martin Gainty
t donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 23 Jun 2009 07:52:46 -0700 > Subject: Re: Update to Struts 2.1.7 > From: musa...@gmail.com > To: user@struts.apache.org >

Re: Update to Struts 2.1.7

2009-06-23 Thread Musachy Barroso
If you can use "*" in a result, that's news for me. musachy On Tue, Jun 23, 2009 at 7:28 AM, Pro1712 wrote: > > Thanks for your quick answer! > > There is no test1-validation.xml. > test1 does not have a "validate" method ". > > I have implemented the "execute" method to see if it is called becau

Re: Update to Struts 2.1.7

2009-06-23 Thread Pro1712
Thanks for your quick answer! There is no test1-validation.xml. test1 does not have a "validate" method ". I have implemented the "execute" method to see if it is called because "input" does not get called any more... I also implemented "validateExecute" method for testing. And it get's called a

Re: Update to Struts 2.1.7

2009-06-23 Thread Wes Wannemacher
Struts 2.1.7 is not officially released yet, it is being staged and voted on... And, I am not sure if your configuration makes sense, I have never mapped the * result before. Do you have a test1-validation.xml file alongside the class file? Does test1 have a 'validate' method? Also, how do you kno