7 Replies Latest reply on Mar 19, 2006 1:14 AM by heislord5

    Seam-messages demo fails.  Does not appear to be invoking fa

    heislord5

      Hi,

      When I compile and deploy the seam-messages demo, I get the following error messages:

      type Exception report

      message

      description The server encountered an internal error () that prevented it from fulfilling this request.

      exception

      javax.servlet.ServletException: Cannot get value for expression '#{messages.rowCount==0}'
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


      root cause

      javax.faces.FacesException: Cannot get value for expression '#{messages.rowCount==0}'
      org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:421)
      org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
      org.jboss.seam.jsf.SeamViewHandler.renderView(SeamViewHandler.java:51)
      org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


      note The full stack trace of the root cause is available in the Apache Tomcat/5.5.12 logs.


      I haven't changed any of the code. Running JBoss 4.0.4RC1 with EJB3 support and "all" configuration. What's going on?

      Thanks