This typically happens with a 1.3 JVM.  I had the same problem with a
previous version.  You'll need to either find a version that's compiled
with 1.3 or download the source and recompile with a 1.3 JVM.


-----Original Message-----
From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 29, 2003 10:48 AM
To: '[EMAIL PROTECTED]'
Subject: [displaytag-user] Can't make displaytag work

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


-------------------------------------------------------
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

Reply via email to