0 Replies Latest reply on Nov 1, 2011 1:30 PM by langer123

    a4j:page not implemented in Richfaces 4

    langer123

      I have the following component in my code:

       

      <a4j:region rendered="#{myBean.declining}">
          <a4j:page onload="Richfaces.showModalPanel('declinePanel',{width:450, height: 550, top:200});" />
      </a4j:region>
      

       

      I'm upgrading to Richfaces 4 and the a4j:page component is not currently implemented: http://community.jboss.org/wiki/RichFacesMigrationGuide33x-4xMigration-ComponentsMigration-RichMiscellaneousComponents

       

      Is there a similar component available in JSF2 by any chance?

       

      Thanks