You're best off posting this to a more appropriate list: http://displaytag.sourceforge.net/mail-lists.html
-----Original Message----- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 9:22 AM To: Struts User List ([EMAIL PROTECTED]) Subject: DisplayTag 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> 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

