1 Reply Latest reply on Feb 26, 2009 7:15 AM by ssilvert

    Richfaces portlet

      I am working on a project that uses richfaces based portlets running in liferay.

      With the following configuration action in context menu is invoked.

      <context-param>
      <param-name>facelets.BUILD_BEFORE_RESTORE</param-name>
      <param-value>false</param-value>
      </context-param>
      <context-param>
      <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
      <param-value>client</param-value>
      </context-param>

      However it is breaking ajax calls.

      If the config is opp, false to true, client to server ajax calls are working but action in context menu is failing.

      Could you please provide any inputs or guide me to anyone who can provide help on jboss portletbridge for richfaces in liferay.