Have you associate a particular FormBean with the new action defined in
your <html:form> tag, I mean check your struts-config.xml file.

----- Original Message -----
From: "Steven Leija" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 9:07 AM
Subject: <html:form> Bug?


> Hello All,
>
> I've developed many forms using only the standard attribute of
"action" in
> my <html:form> tag.  Today I started on a new form, and after six
hours of
> banging my head, I found out that I had to add the "type" and "name"
> attribute to my <html:form> tag.  Is this a bug?  My other forms work
just
> fine without these, but when dealing with this form, it required me to
put
> these attributes into the tag.  With my other forms, I was using beans
from
> the following package:
>
>
> com.steven.MyForm
>
>
> and with the new form I was using a Form from the following package:
>
>
> com.vfs.action.BeneficiaryForm
>
>
> Is this because of the package difference?  Please let me know and
save my
> sanity!
>
> Have a good one,
>
> Steven
>
>
>

Reply via email to