0 Replies Latest reply on Oct 8, 2007 5:47 AM by rododendro

    Richefaces 3.1.1 & JBP 2.6.1

      Hello I'm trying to develop a portlet with - ajax support -using Richfaces 3.1.1. According to richfaces livedemo, JSF backing bean is :

       <managed-bean>
       <managed-bean-name>ajaxContext</managed-bean-name>
       <managed-bean-class>
       org.ajax4jsf.portlet.PortletAjaxContext;
       </managed-bean-class>
       <managed-bean-scope>request</managed-bean-scope>
       </managed-bean>
      


      org.ajax4jsf.portlet.PortletAjaxContext is not present in Richfaces 3.1.1 jars, where is it ? Have I to include Ajax4Jsf jars or am I using the wrong Portlet Context ?

      thanks
      Ivan