iPleanet Web Server -- Help Beans talking to Beans

2001-05-24 Thread Dasti, Hassan
I am using IPlanet web server to do JSP work. Individually, my beans work fine when I try to use them from JSP pages. However, if I try to instantiate a bean class in another bean I get an error message, message is followed: *** G:\do

Re: iPleanet Web Server -- Help Beans talking to Beans

2001-05-24 Thread EJB ForAll
Hi dear, go to G:\docs\Web-inf\classes and then compile your file by following command G:\docs\Web-inf\classes\>javac ./name/NameBean.java and this will compile your file. Regards Deepak Kumar http://www.geocities.com/deepak_38 --- "Dasti, Hassan" <[EMAIL PROTECTED]> wrote: > I am using I