Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, January 22, 2003 07:22 AM
...Must specify type attribute if name is specified...
Well, like it says, you apparently have given a "name" attribute to some Struts tag, where it would also need "type".
Maybe you meant to give it a "property" attribute instead? If the tag is a form field, which is tied to a property on your ActionForm, it needs "property", not "name".