well... at first stab....maybe when you changed it from "hello.NameHandler" to
something and then back to "hello.nameHandler" you didn't realize that the "n" in
"name" in "hello.nameHandler" should/ought to be capitalized (like it was before)!
Of course this is just a stab. You might have made an honest typing error when
creating your email to this forum group.
Jim
"[Qari Qasim]" wrote:
> I downloaded an example from the following:
> http://java.sun.com/products/jsp/html/jsptut.html
> and was running the jsp file, which worked Ok. The jsp file had the
> following import statement:
>
> <%@ page import="hello.NameHandler" %>
>
> <jsp:useBean id="mybean" scope="page" class="hello.NameHandler" />
> <jsp:setProperty name="mybean" property="*" />
>
> I thought lets change "hello.NameHandler" to "hello.*". I tried to run the
> same jsp file, but this time it did not work. So I changed the "hello.*"
> back to "hello.nameHandler" and ever since I have been trying to run this
> example, but only God knows why its not working anymore. So u can understand
> why the End of the World is Coming.
>
> No, honestly, if u know what's happening , then please do let me know.
>
> Regards
--
________________________
Jim Snyder
Senior Software Engineer
Copper Key Technologies
402 High Point Dr., #201
Cocoa, FL. 32926
www.copperkey.com
321.635.8194
[EMAIL PROTECTED]
===========================================================================
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