Is the 'type' attribute for <html:form> still supported in Struts 1.2? I got this error with the jsp containing <html:form>
org.apache.jasper.JasperException: /index.jsp(6,0) Attribute type invalid for tag form according to TLD
I looked thru the new struts-html.tld and found that there is no definition for 'type' attribute under form tag! If 'type' is not supported/required, what should we put in?