ICEfaces
  1. ICEfaces
  2. ICE-2907

com.icesoft.faces.synchronousUpdate is described incorrectly in portlet section of developers guide

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.7RC1
    • Fix Version/s: 1.7
    • Component/s: Documentation
    • Labels:
      None
    • Environment:
      N/A
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)

      Description

      I was reading the portlet section of the ICEfaces Developer Guide and came across this text:

      By default, AJAX Push is active in ICEfaces. The configuration parameter that controls this is
      com.icesoft.faces.synchronousUpdate. If you don't need server-initiated rendering, then you
      should set this parameter to false by adding the following to your web.xml file:
      <context-param>
        <param-name>com.icesoft.faces.synchronousUpdate</param-name>
        <param-value>false</param-value>
      </context-param>
      If you are using AJAX Push then you can set the parameter to true or just leave it out altogether.

      BUT ELSEWHERE in the documentation, it says this:

      If not specified, the parameter value is false; thus, by default, the application will run in asynchronous mode.

      So I think that the portlet section has the wrong understanding -- when I set this to TRUE in the sample-icefaces-ipc-ajax-push-portlet attached to ICE-2896 the portlet didn't really work at all, because Asynchronous update was disabled.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Neil Griffin
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: