Re: BeanUtils Class Cannot Be Found!

2004-09-14 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

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Caroline Jen
. Why do I get the error message that the BeanUtils class cannot be found? ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Caroline Jen
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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: BeanUtils Class Cannot Be Found!

2004-09-14 Thread VAN BROECK Jimmy
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 on line 17 is: import

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