Struts ActionForm InstantiationException...?

2002-07-01 Thread @Basebeans.com
Subject: Struts ActionForm InstantiationException...? From: "Scott Curtis" <[EMAIL PROTECTED]> === Hi, I have written a Form class that extends ActionForm, called LoginForm.java I have also written an Action class called LoginAction.java I have written an ActionMa

Re: Struts ActionForm InstantiationException...? New Question

2002-07-01 Thread @Basebeans.com
Subject: Re: Struts ActionForm InstantiationException...? New Question From: "Scott Curtis" <[EMAIL PROTECTED]> === It turns out that the problem was caused by my Form class having a constructor with two parameters of type String. As soon as I removed this constructor the code wo

Re: Struts ActionForm InstantiationException...? New Question

2002-07-01 Thread Craig R. McClanahan
On Mon, 1 Jul 2002, Struts Newsgroup wrote: > Date: Mon, 1 Jul 2002 05:25:03 -0700 > From: Struts Newsgroup <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Struts ActionForm InstantiationException..