Hi,

i am using JRUN 2.3.3 build 153 and the Netscape Enterprise Server 3.6.
I am not able to call a bean method from the jsp (1.0) page.
Under jsp 0.92 the bean works very well.

Can anybody tell me what is wrong?

<html>
<body>
<jsp:useBean ID="myBean" CLASS="Beans.BeanTwo" SCOPE="session" />
<jsp:setProperty NAME="myBean" PROPERTY="testStr" VALUE="Hallo" />

<%=myBean.getTestStr() %>

</body>
</html>



500 Internal Server Error
com.livesoftware.jsp.JSPServlet:
javax.servlet.ServletException:
Found 1 semantic error compiling 
"f:/tools/jrun2.3.2/jsm-default/services/jse/servlets/jsp/jsptest/execute.java":

    36.             out.print(myBean.getTestStr() );
                              <---->
*** Error: "myBean" is either a misplaced package name or a non-existent entity.



Christian

===========================================================================
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