0 Replies Latest reply on Jun 25, 2009 8:00 AM by nimo22

    excludeToList as opposite of limitToList

    nimo22

      why is this not standard for all ajax-components:

      limitToList="true" ajaxSingle="true".

      Exists a property, for example, excludeToList, which excludes explicitly the components with the ID's of excludeToList?

      for example:

      <aj4:commandLink ... excludeToList="myID"/>


      should reRender all but the IDs of excludeToList.

      how can I achieve something like that?