1 Reply Latest reply on Apr 29, 2013 7:46 AM by jcharnet

    Migrate from richfaces 3.3.3 to 4.3.1

      Hello,

       

      I'am migrating my application using richfaces 3.3.3 to richfaces 4.3.1 and I have a problem that some classes in 3.3.3 disappear in 4.3.1. Can any body let me know how can I replace these classes?

       

      org.ajax4jsf.component.html.HtmlAjaxOutputPanel

      org.ajax4jsf.context.AjaxContext;

      org.ajax4jsf.context.InvokerCallback

      org.ajax4jsf.context.ViewIdHolder

       

       

      Thanks

        • 1. Re: Migrate from richfaces 3.3.3 to 4.3.1
          jcharnet

          Hi.

          Not sure about InvokerCallback and ViewIdHolder, but for HtmlAjaxOutputPanel and AjaxContext use the following.

           

          org.ajax4jsf.component.html.HtmlAjaxOutputPanel --> org.richfaces.component.UIOutputPanel

          org.ajax4jsf.context.AjaxContext --> org.richfaces.context.ExtendedPartialViewContext