Re: AW: IllegalArgumentException: argument type mismatch

2002-07-05 Thread Craig R. McClanahan
d like getDatumConverted() in the form bean) after validation has guaranteed that the conversions will be successful. Craig McClanahan > > > -Ursprüngliche Nachricht- > Von: Efftinge, Sven [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 5. Juli 2002 13:32 > An: '[EMAIL PROTECTE

IllegalArgumentException: argument type mismatch

2002-07-05 Thread Efftinge, Sven
Hi, i have an ActionForm wich has only one Attribute. This Attribute is a DataObject (a serializable Bean wich presents the Data of an EntityBean). // ActionForm public class AccountGruppeForm extends ActionForm { private AccountGruppeData accountGruppe = new AccountGruppeData(); p

AW: IllegalArgumentException: argument type mismatch

2002-07-05 Thread Efftinge, Sven
truts Users Mailing List' Betreff: AW: IllegalArgumentException: argument type mismatch I forgot some Information: these are the fields of AccountGruppeData : protected java.lang.Integer id; protected java.util.Date datum; protected java.lang.Integer accountGruppenArtId;

Re: IllegalArgumentException: argument type mismatch

2002-03-19 Thread Ted Husted
You should be able to make the change from request to session in the Struts config, and from the framework's perspective you would be done. Something else must be awry. Are you creating any ActionForms manually anywhere? -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applica

IllegalArgumentException: argument type mismatch

2002-03-18 Thread Ida Dørum
Just changed my ActionForm from request to session scope. The code was working ok before i did this, but now i get this error: java.lang.IllegalArgumentException: argument type mismatch The exception is not thrown when my form is first showed, only when i try to submit it. As you can see from t