1 Reply Latest reply on Jan 25, 2012 2:19 AM by dune89

    The button/link/text component needs to have a Form in its ancestry. Please add <h:form>

    nimo22

      I have a rich:messages which always throws the following message immediately after a (fresh) page rendering.

       

      "The button/link/text component needs to have a Form in its ancestry. Please add <h:form>"

       

      As you see, I already put the h:form:

       

      <h:form>

      <h:panelGroup>

      <rich:messages/>

      ..

      </h:form>

       

       

      Is that a bug?