Re: How to Instaniate Bean from Servlet?

2001-09-22 Thread Craig R. McClanahan
On Sat, 22 Sep 2001, Bo Xu wrote: > > the following is my suggestion :-) > > * when you compile your Servlet code, LinkBean need to be in CLASSPATH > * when you runyour Servlet code, LinkBean need to be in: > if(LinkBean is a unpacked class){ > - WEB-INF/classes(togeth

Re: How to Instaniate Bean from Servlet?

2001-09-22 Thread Bo Xu
[EMAIL PROTECTED] wrote: > Hello, > > Please note: This email was submitted twice because of an error in the SQL > statement in the first email. > > I am having a problem instaniating a Javabean from a Servlet. When compiling > the Servlet the following error occurs: 'cannot resolve symbol: Li

How to Instaniate Bean from Servlet?

2001-09-22 Thread BlyonsJ2EE
Hello, Please note: This email was submitted twice because of an error in the SQL statement in the first email. I am having a problem instaniating a Javabean from a Servlet. When compiling the Servlet the following error occurs: 'cannot resolve symbol: Linkbean linkbean = new LinkBean();'

How to Instaniate Bean from Servlet?

2001-09-22 Thread BlyonsJ2EE
Hello, I am having a problem instaniating a Javabean from a Servlet. When compiling the Servlet the following error occurs: 'cannot resolve symbol: Linkbean linkbean = new LinkBean();' I have run this servlet before instaniating the bean in the same manner with Weblogic. Any help as to wher