The scenario mentioned in my original mail produces the following compiler
errors when I use <jsp:useBean...>:
68. hello.setName("Chris"); <---> ***
Error: "hello" is either a misplaced package name or a non-existent entity.
70. out.print("" + ( hello.getName() ) ); <---> ***
Error: "hello" is either a misplaced package name or a non-existent entity.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to