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

Must specify type attribute if name is specified error

2004-10-04 Thread Sebastian Ho
Hi I have the following exception : javax.servlet.ServletException: Must specify type attribute if name is specified when I insert a name parameter to my html:form as shown here. The reason for the name is for my javascript. Why is it throwing this exception? I can't even find 'type' in the