I keep getting this error when trying to use the displayTag EL taglib:
 

Parsing of JSP File '/pages/introduction.jsp' failed:


/pages/introduction.jsp(3): Error in using tag library uri='http://displaytag.sf.net/el' prefix='display': type mismatch for property 'export', for Tag class 'org.displaytag.tags.el.TableTag': tld says boolean, implementation type is java.lang.String
probably occurred due to an error in /pages/introduction.jsp line 3:
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display" %>

Reply via email to