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/ to be recognized by your server.
arno > -----Message d'origine----- > De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Date: lundi 28 janvier 2002 14:38 > �: [EMAIL PROTECTED] > Objet: Unable to load class > > > Hi all, > > can anyone help? > > is there a common reason why a class will fail to load even through I am able to >compile it without any errors?? > > > I am new to jsp and I am using the class within a jsp page but I get this error >message Unable to load class test.timeTag > > > > Liakim > > > > > > -------------------- > talk21 your FREE portable and private address on the net at http://www.talk21.com > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
