Re: java.lang.IllegalArgumentException calling an Action

2005-04-19 Thread brenmcguire
ist" > > >Para: "Struts Users Mailing List" > cc: (cco: Rodolfo García Esteban/CYII) >Asunto: Re: java.lang.IllegalArgumentException calling an Action > > >The problem must be other, because I test submit with number

Re: java.lang.IllegalArgumentException calling an Action

2005-04-19 Thread Rodolfo García Esteban/CYII
cía Esteban/CYII) Asunto: Re: java.lang.IllegalArgumentException calling an Action The problem must be other, because I test submit with numbers, alphanumeric, empty, and the result is ever the same. I will debug struts to obtain more information, thanks Antonio. Rodolfo <

Re: java.lang.IllegalArgumentException calling an Action

2005-04-19 Thread Rodolfo García Esteban/CYII
truts Users Mailing List" Para: cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: java.lang.IllegalArgumentException calling an Action Probably the problem is in your ActionForm. It seems that a submitted form field does not match with the corresponding ActionFo

Re: java.lang.IllegalArgumentException calling an Action

2005-04-18 Thread brenmcguire
Probably the problem is in your ActionForm. It seems that a submitted form field does not match with the corresponding ActionForm property (e.g. you submit a alphanumeric string while in the ActionForm the property is "int"). Hope it helps. Ciao Antonio Petrelli Rodolfo García Esteban/CYII wrote:

java.lang.IllegalArgumentException calling an Action

2005-04-18 Thread Rodolfo García Esteban/CYII
Hi all, I'm developing with struts 1.2.4, I have an action with form as beans, not dynamic, field in which I introduce data are String, and I have another field without values. When I do commit, then programs doesn't touch my action I obtain befere the next error: javax.servlet.ServletExceptio