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
application/ms-tnef