Hi all,

I'm testing out a simple jsp page and bean using jswdk1.0.1 on Win98.
I'm instantiating the bean from a jsp page:-
      <jsp:useBean id="fH" class="SambaUsers" scope="session"/>

The bean is placed in web-inf\jsp\beans (which is in the CLASSPATH)
The server complains that it cannot find the bean.

If I use:-
     <jsp:useBean id="fH" class="bgate.SambaUsers" scope="session"/>

and place the bean in web-inf\jsp\beans\bgate. Then it works ok.

Why does the server complain that it cannot find the bean in the first instance
?
Are we limited to a certain directory structure using jswdk.

Thanks
Phil Hedley

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to