0 Replies Latest reply on Aug 31, 2007 11:01 AM by kgoedert

    ModalPanel is not defined

    kgoedert

      Hi,

      I´m trying to use a ModalPanel in a page as follow:

      <ui:composition
      xmlns:rich="http://richfaces.ajax4jsf.org/rich"

      ...
      <h:form>
      <rich:modalPanel id="errors">
      <f:facet name="header">
      <h:messages/>
      </f:facet>
      <f:facet name="controls">

      </f:facet>
      </rich:modalPanel>
      </h:form>
      ...

      richfaces and ajax4jsf are in the WEB-INF/lib dir.
      When I load the page I always get ModalPanel is not defined.

      What am I doing wrong?
      Thanks

      Kelly