The usual cause for this is not having a 'name' attribute in the action
mapping, or not having a form bean definition in struts-config which matches
that name.
--
Martin Cooper
----- Original Message -----
From: "Aaron Ravenberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 31, 2001 8:51 AM
Subject: Form getting set null in action perform() method
>
> I have a form that when set to the action perform() method, is null. I
have
> check and double checked the following:
> - action mapping in the struts-config.xml
> - JSP file <html:form> tag
> - xForm class
> - xAction class
>
> All of these appear to be correct and typo free. Is there something else
I
> should look at?
>
> Thank you,
>
> Aaron Ravenberg
>
>