Are you using 0.5 version? Because 1.0 has struts-html.tld. Can you switch to the latest version?

"Tewathia, Atul" wrote:

 
 
 

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