I STILL can't make this thing work!
Here's the code from my JSP page:
<display:table name="TabBean.counts" defaultsort="1">
<display:column property="value" title="Value" sortable="true"/>
<display:column property="count" title="Count" sortable="true"
decorator="gov.bls.idcf.freqs.struts.CountDec" /> </display:table>
All *libs in the WEB-INF/lib folder in the war file in the distribution are
also in my WEB-INF/lib folder.
Debug print in my Java code shows that the "counts" property (an array list)
is being retrieved, and iterated through. For each member of "counts", the
"value" and "count" properties are being retrieved, and the decorator is
being properly called for "count". But I have no table. Instead I have this
message:
Root cause of ServletException
java.lang.NoSuchMethodError
at org.displaytag.tags.TableTag.doEndTag(TableTag.java:752)
at jsp_servlet._content.__tabpage._jspService(__tabpage.java:322)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
Etc, etc. It doesn't say WHAT method it can't find. What might be the
problem here?
--
Tim Slattery
[EMAIL PROTECTED]
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user