Re: RE: RE: Unable to load class

2002-01-29 Thread liakim . ladipo
AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: RE: Unable to load class the class file is in WEB-INF/classes/test/ however it still doesn't seem to locate it It's certainly because you don't have this class in your web application. Is your class is timeTag or TimeTag as it should

Re: RE: Unable to load class

2002-01-28 Thread liakim . ladipo
the class file is in WEB-INF/classes/test/ however it still doesn't seem to locate it It's certainly because you don't have this class in your web application. Is your class is timeTag or TimeTag as it should be ??? Your class TimeTag should be placed under your directory WEB-INF/classes/test/

RE: RE: Unable to load class

2002-01-28 Thread sumit . rajan
PROTECTED] Subject: Re: RE: Unable to load class the class file is in WEB-INF/classes/test/ however it still doesn't seem to locate it It's certainly because you don't have this class in your web application. Is your class is timeTag or TimeTag as it should be ??? Your class TimeTag should