3 Replies Latest reply on Mar 22, 2006 5:56 PM by gavin.king

    booking example slightly broken: no login failure message

    eekboom

      When you give invalid login data in the booking example application,
      the home page is simply reloaded and no error messages are shown.

      What's wrong here?
      LoginAction.java has

      facesContext.addMessage(null, new FacesMessage("Invalid login"));


      and the home.xhtml has
      <h:messages globalOnly="true"/>


      So why isn't there any feedback?

      (using seam 1.0 beta 2 and jboss 4.0.4RC1)