Hi All,
    I am running a jsp on weblogic and I use usebean tag.  I am getting
an error:  Could not create bean of type projsp.SpellCheck.  The code is
given below. I have compiled SpellCheck.java and it is in the directory
C:\projsp.  I have my classpath as C:\projsp.

<@% page import = "projsp.SpellCheck"
<jsp:usebean id = "help" scope = "session" class = "projsp.SpellCheck"
/>
<jsp:setProperty name = "help" property = "*" />
<HTML>
<BODY>
You Entered the input, <b> <%= request.getParameter("word") %></b> <BR>
The Processed output is <BR>
 <%= Integer.parseInt(request.getParameter("mode")) ==1 ?
help.reverse(): " " + help.check() %>
</BODY>
</HTML>

Please do inform me if you know how it could be corrected.  Thanks
Regards
Mihir

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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