I don't know jsp notation actually, and actually below I was trying to say "The solution was I named the backing bean incorrectly" not that I was using jsp notation. Sorry as I am sometimes not good at being clear about this. I was just posting the solution in case someone else ran into it.
dean

Mike Kienenberger wrote:

Perhaps you were referencing the bean using JSP notation instead of
JSF notation?
If that's the case, you'll only get errors from the container's JSP compiler.

On 3/20/06, Dean Hiller <[EMAIL PROTECTED]> wrote:
The solution to my earlier exception was I named the backing bean
incorrectly.  funny that I did not get bean not exist error(I think I
remember getting one from JSF before).  Anyways in this case I had a
backing bean misnamed in faces-config.xml and I get the very
uninformitive exception of.....(there was nothing in the tomcat logs).


javax.servlet.ServletException: org.apache.jasper.JasperException
   javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)

org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)


*root cause*

javax.faces.FacesException: org.apache.jasper.JasperException

org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)


org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)


org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
   javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)

org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)







Reply via email to