0 Replies Latest reply on Sep 12, 2007 7:29 AM by kgoedert

    faces messages not displayed

    kgoedert

      Hi,

      I´m having a problems showing faces messages on the screen. My messages.properties file is in my WEB-INF/classes and all my messages are displayed on the console. In my page, I have this:

      <h:form id="formEntity">

      <h:messages/>






      Name:

      <h:inputText value="#{company.alias}" id="alias" styleClass="large-input" required="true">
      <s:validate />

      </h:inputText>
      .....

      </h:form>

      Why my messages are not displayed?

      Thanks