ICEfaces
  1. ICEfaces
  2. ICE-7510

ace:dataTable removed update attributes in favor of ace:ajax

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.1-Beta2
    • Fix Version/s: 3.0.RC1, 3.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      IF 3.0
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration

      Description

      onSelect / onEditUpdate etc. have been removed from the component, thus to do an ajax row selection, an ace:ajax tag must be nested in the component.

                      <ace:ajax event="select" render="@this selectForm:status" execute="@this"
                              disabled="#{!dataTableSelector.instantUpdate}"/>

      Row selection reverts to form submit if no ajax tags are nested, or if all the nested "select" ajax tags are disabled.

        Activity

        Hide
        Nils Lundquist added a comment -

        Commit in r26590.

        Example in comp-suite shows some odd behavior when dynamically changing the ajax attribute. Changes aren't applied correctly until after next datatable selection.

        Show
        Nils Lundquist added a comment - Commit in r26590. Example in comp-suite shows some odd behavior when dynamically changing the ajax attribute. Changes aren't applied correctly until after next datatable selection.

          People

          • Assignee:
            Unassigned
            Reporter:
            Nils Lundquist
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: