I just installed Orion, looks good, got it up and running, ran one of the 
standard JSP examples no problem.

Then tried to run the taglib example /examples/jsp/taglib/loop/looptag.jsp

this threw an error shown below as it cant find the class "JspError", 
checking the orion JSP docs I can see this is documented BUT it is not in 
the official JSP1.1 specs.

What gives? Why is this in the Orion docs and how do I get rid of this 
error?

Thanks
Rob

java.lang.NoClassDefFoundError: javax/servlet/jsp/JspError
        at java.lang.Class.getMethods0(Native Method)
        at java.lang.Class.getDeclaredMethods(Class.java:996)
        at java.beans.Introspector$1.run(Introspector.java:845)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:843)
        at java.beans.Introspector.getTargetEventInfo(Introspector.java:549)
        at java.beans.Introspector.getBeanInfo(Introspector.java:294)
        at java.beans.Introspector.getBeanInfo(Introspector.java:81)
        at com.evermind.server.http.c8.mg(JAX, Compiled Code)
        at com.evermind.server.http.c8.nd(JAX, Compiled Code)
        at com.evermind.server.http.c8.l1(JAX, Compiled Code)
        at com.evermind.server.http.JSPPage.l1(JAX)
        at com.evermind.server.http.HttpApplication.os(JAX)
        at com.evermind.server.http.HttpApplication.pk(JAX)
        at com.evermind.server.http.JSPServlet.service(JAX)
        at com.evermind.server.http.c1.l_(JAX)
        at com.evermind.server.http.c1.forward(JAX)
        at com.evermind.server.http.dc.ca(JAX, Compiled Code)
        at com.evermind.util.b.run(JAX, Compiled Code)


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to