[no subject]

2002-04-13 Thread Larry Seow
Sign-off jsp-interest Yahoo! Messenger - Instant Messaging, Instant Gratification. And now with new emoticons! === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL

Class not found Exception

2002-04-13 Thread Sanjay Jadhav
Hi.. I added the jsp:useBean tag in jsp page but it throws the ClassnotFoundException, i added the class file in the win-inf/classes. can anybody tell me exact place for the class file and jsp file. with best regards, sanjay

Re: Class not found Exception

2002-04-13 Thread Cristian Minchiotti
hi, at the first time check the classid name for example: jsp:useBean id=internClass scope=session class=Class /jsp:useBean jsp:setProperty name=usuarioActual property=*/ Class is the java name From: Sanjay Jadhav [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages

Re: Class not found Exception

2002-04-13 Thread Peter Dolukhanov
The directory should be WEB-INF/classes not win-inf, what application server are you running? Regards, Peter Dolukhanov -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of Sanjay Jadhav Sent: 13 April 2002

Re: Class not found Exception

2002-04-13 Thread Piotr Korzybski
Hi, you should check archives for the solution or better download JSR-53 Java Servlet 2.3 and JavaServer Pages 1.2 Specifications from http://www.jcp.org/aboutJava/communityprocess/final/jsr053/ This is necessary reference for everyone dealing with the servlet/JSP technology. And now some