http://tomcat.apache.org/faq/classnotfound.html

See  "Don't use  packageless classes and declare all imported classes"

-Tim

marju jalloh wrote:
 Hi everyone
  I`m using Tomcat 4.1.* on Linux .All my servlet and jsp work fine including 
the interaction with mysql database.
Now I want to test a simple Bean but my jsp cannont find the Bean.
  Where to place the jsp file?
  How to direct the jsp file where to find the bean?
    <jsp:useBean id="stringBean" class="Hello" />
  I used this but it did not find the bean

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to