When I run the code from lesson #3 in Orion's tag extension tutorial, I
get the following exception:

java.lang.InstantiationException: Could not find the bean named
'contact' in the page scope
at __jspPage16._jspService(__jspPage16.java:60)
at com.evermind.server.http.EvermindHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.my(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at cp.jo(JAX)
at cp.forward(JAX)
at ContactLister.doGet(ContactLister.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:185)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:297)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:324)
at cp.jo(JAX)
at cp.forward(JAX)
at c0.ln(JAX, Compiled Code)
at c.run(JAX, Compiled Code)

I used PageContext.getAttributeNamesInScope() in the JSP file to verify
that there was not an attribute named "contact" stored with Page scope
(in fact, there were no Page scope attributes).

Has anyone been able to get this example to work? I was able to run the
first two lessons with no difficulty.

Thanks,


david

Reply via email to