RE: BeanUtils Class Cannot Be Found!

2004-09-14 Thread VAN BROECK Jimmy
dinsdag 14 september 2004 15:14 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: BeanUtils Class Cannot Be Found! The error occurred at the compilation time: SendMessage.java:17: package org.apache.commons.beanutils does not exist. The java code o

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Caroline Jen
ED]> > >wrote: > > > > > > > >>The error is run-time or compile-time? > >> > >> > >>Caroline Jen wrote: > >> > >> > >> > >>>I have the commons-beanutils.jar file in my &g

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Bryce Fischer
]> wrote: The error is run-time or compile-time? Caroline Jen wrote: I have the commons-beanutils.jar file in my AppName\WEB-INF\lib directory. And I have this statement: import org.apache.commons.beanutils.BeanUtils; in my .java class. Why do I get the error message that the BeanUtils clas

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Caroline Jen
> import org.apache.commons.beanutils.BeanUtils; > > > > in my .java class. > > > > Why do I get the error message that the BeanUtils > > class cannot be found? > > > > > > > > _

Re: BeanUtils Class Cannot Be Found!

2004-09-13 Thread Andrew Hill
The error is run-time or compile-time? Caroline Jen wrote: I have the commons-beanutils.jar file in my AppName\WEB-INF\lib directory. And I have this statement: import org.apache.commons.beanutils.BeanUtils; in my .java class. Why do I get the error message that the BeanUtils class cannot be

BeanUtils Class Cannot Be Found!

2004-09-13 Thread Caroline Jen
I have the commons-beanutils.jar file in my AppName\WEB-INF\lib directory. And I have this statement: import org.apache.commons.beanutils.BeanUtils; in my .java class. Why do I get the error message that the BeanUtils class cannot be found? ___ Do