Bugs item #837311, was opened at 2003-11-06 08:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=837311&group_id=73068

Category: main tag library
Group: v 0.8.5
Status: Open
Resolution: None
Priority: 5
Submitted By: David M. Karr (dkarr)
Assigned to: Nobody/Anonymous (nobody)
Summary: TableTag in display-examples fails missing commons-logging

Initial Comment:
I downloaded the 0.8.5 binary distribution, and
directly deployed the "display-examples.war" to
WebLogic 8.1.1.  The "Simplest case, no columns" page
works fine.  However, the "Basic, columns" page seems
to have corrupted output.  When I checked the WebLogic
console, I found the exception following this.  This
shows that the inclusion of this version of
commons-beanutils requires the inclusion of
commons-logging, which is not included in the distribution.

java.lang.NoClassDefFoundError:
org/apache/commons/logging/LogFactory
        at
org.apache.commons.beanutils.MethodUtils.<clinit>(MethodUtils.java:10
3)
        at
org.apache.commons.beanutils.PropertyUtils.getReadMethod(PropertyUtil
s.java:1114)
        at
org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(Property
Utils.java:1178)
        at
org.apache.commons.beanutils.PropertyUtils.getNestedProperty(Property
Utils.java:772)
        at
org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.
java:801)
        at
org.apache.taglibs.display.TableTag.lookup(TableTag.java:1939)
        at
org.apache.taglibs.display.TableTag.getHTMLData(TableTag.java:1025)
        at
org.apache.taglibs.display.TableTag.doEndTag(TableTag.java:695)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=837311&group_id=73068


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to