0 Replies Latest reply on Jan 8, 2009 8:56 PM by pxstein

    Copied Seam example does NOT work!

    pxstein
      I took one of the examples ("todo") from the Seam package and deployed it successfully on JBoss v4.2.3.
      At next I copied the whole "examples\todo" sub-folder tree from the examples folder to a new folder-tree "examples\aaa".
      All files inside remained untouched!

      ant deploy       

      ...for the new source was successful as well.

      I could even call the entry page by

      http://127.0.0.1:8080/seam-todo

      but when I enter some login name and clicked on the button "Login" then I got an error:

      javax.servlet.ServletException: /login.jsp(12,5) '#{login.user}' Target Unreachable, identifier 'login' resolved to null
           javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
           org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
           org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
        ....
       
      Why?

      Peter