*I have a problem with the following i have created and compiled my 
JavaBeans in my Web-Inf /classes folder.

Thus i have the useBean tag as follows:

*<jsp:useBean id="formHandler" scope="request" class="MoniTestBean"/>
<jsp:setProperty name="formHandler" property="*"/>

And also the request.getParameter test but due the the non creation of 
the bean in the stack trace thus the jvm from the server is causing me 
this dilema.

Any suggestions my set-up: RHlinux v7.2 JTomcat v3.3a as Tomcat v4 
didn't function properly and Netbeans IDE 3.2.2 Text Editor Emacs.
 <%=request.getParameter("surName")%>
<%=request.getParameter("foreName")%>
 <%=request.getParameter("monDisable")%>
*
Internal Servlet Error:*

javax.servlet.ServletException:  Cannot create bean of class MoniTestBean

Cheers Chuck Amadi
Systems Programmer




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to