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
[EMAIL PROTECTED]> 19/04/2005 08:36 Por favor, responda a "Struts 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

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: