----- Original Message -----
From: "Ted Husted" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 23, 2002 7:16 PM
Subject: Re: Fw: Servlet.service() for servlet action threw exception
java.lang.ClassCastException: com.nexgen.signup.SignupForm
> Is SignupForm subclassed from ActionForm?
>
> Are you sure the action was told to instantiate a SignupForm?
>
Yeah.
public class SignupForm extends ValidatorForm {
...
And ValidatorForm is
java.lang.Object
|
+--org.apache.struts.action.ActionForm
|
+--org.apache.struts.validator.action.ValidatorForm
Actually it worked on windows box and we are in progress of thansfering it
to linux.
any ideas?
Leo
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>