RE: cannot create bean of class...

2001-05-09 Thread MacCormac Rinehart
I got this one resolved. The issue was I had a non-initialized Java Class member variable in my bean. -Original Message- From: MacCormac Rinehart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 2:00 PM To: '[EMAIL PROTECTED]' Subject: RE: cannot create bean of class... The code

RE: cannot create bean of class...

2001-05-08 Thread Jann VanOver
You said I have deployed my riddles package in the WEB-INF/classes directory for this program. Does that mean you made a directory named riddles in WEB-INF/classes and you put your class files in it? That is where the need to be to be seen by Tomcat. -Original Message- From: MacCormac

RE: cannot create bean of class...

2001-05-08 Thread MacCormac Rinehart
To: '[EMAIL PROTECTED]' Subject: RE: cannot create bean of class... You said I have deployed my riddles package in the WEB-INF/classes directory for this program. Does that mean you made a directory named riddles in WEB-INF/classes and you put your class files in it? That is where the need

RE: cannot create bean of class...

2001-05-08 Thread Jann VanOver
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 11:31 AM To: '[EMAIL PROTECTED]' Subject: RE: cannot create bean of class... Yes, I deployed the directory named riddles to the WEB-INF\classes folder. The full path to my class files is: C:\tomcat\jakarta-tomcat-3.2.1\webapps\riddler\WEB-INF

RE: cannot create bean of class...

2001-05-08 Thread MacCormac Rinehart
when you use the jsp:useBean tag. -Original Message- From: Jann VanOver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 1:00 PM To: '[EMAIL PROTECTED]' Subject: RE: cannot create bean of class... Your original post included a bit more code: -- This is the try

Re: Cannot create bean of class

2000-12-03 Thread William Brogden
tony wrote: Hi, all. I created a bean class and put it at "test/WEB-INF/classes/", I call it at a jsp file, the following meg was returned to me. can anybody tell me why?thanks in advance. Error: 500 Location: /test/jsp/testBean.jsp Internal Servlet Error: