> > On 10/30/03 9:06 PM, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > > RE: java.lang.NoClassDefFoundError (Andy Pruitt) > > Thanks for the reply...but the commons-beanutils.jar file is > in my WEB-INF/lib directory. > > And if it wasn't there the stack trace would read that it > couldn't find the class, not that the exception occurred > within a method of the class, right?
Hmm.. Does the sample application work? It sounds like a classpath problem; I wonder if it can't find one of your classes, or a dependency of beanutils, or it may be a version problem with beanutils. ------------------------------------------------------- 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-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

