Title: Error in struts-form.tld



I get the following erroe on using the struts-form.tld in my program.

Error also occurs for attribute 'isKey'. It works on removing those attributes from struts-form.tld.
Is it okay if i continue doing so. I wonder where this will stop.

/Abc.jsp(2): Error in using tag library uri='form' prefix='/WEB-INF/struts-form.tld': The Tag class 'org.apache.struts.taglib.html.ImageTag' has no setter method corresponding to TLD declared attribute 'path', (JSP 1.1 spec, 5.4.1)
probably occurred due to an error in /Abc.jsp line 2:
<%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %>

Reply via email to