I am using displaytag 1.1.1 with
struts and encountered the following problem:
/tests/display.jsp(4): Error in using tag library uri='http://displaytag.sf.net' prefix='display': The Tag class 'org.displaytag.tags.TableTag' has no setter method corresponding to TLD declared attribute 'varTotals', (
JSP 1.1 spec, 5.4.1)
probably occurred due to an error in /tests/display.jsp line 4:
<%@ taglib prefix="display" uri="http://displaytag.sf.net" %>
I placed the displaytag-1.1.1.jar file to the WEB-INF/lib folder.
Any idea how I could fix this problem?
EDIT: this is under WebLogic 8.1 SP2.
Thanks.
[ August 31, 2007: Message edited by: Wilson Gordon ]