Re: Must specify type attribute if name is specified error

2004-10-05 Thread Sebastian Ho
I am using 1.1..will check out bean name. Was that an error, all my codes use the same format and everything works fine.. Sebastian On Tue, 2004-10-05 at 14:50, [EMAIL PROTECTED] wrote: > For the tag html:form, the attribute "name", "type" and "scope" have been > removed from Struts 1.2, they wer

Re: Must specify type attribute if name is specified error

2004-10-04 Thread brenmcguire
For the tag html:form, the attribute "name", "type" and "scope" have been removed from Struts 1.2, they were deprecated in 1.1. They have been used to override the action mapping in the struts-config.xml file between an action and its form-bean. The name of the element in the resulting HTML page w