ICEfaces
  1. ICEfaces
  2. ICE-8214

ace:dataTable - entire form is updated on first row selection

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1.0.BETA1
    • Fix Version/s: 3.1.0.BETA2, 3.1
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 3.1.0 BETA1, trunk (Built 04/06/2012)
    • Assignee Priority:
      P1

      Description

      When using the ace:ajax tag for the select event of the ace:dataTable, the first row selections update contains the entire form as the update. Subsequent selections have just the updates table row elements. This occurs when using the following ace:ajax tag:

      <ace:ajax event="select" render="@form" execute="@this"/>

        Activity

        Hide
        Arran Mccullough added a comment -

        Attached test case that shows the behavior.

        Show
        Arran Mccullough added a comment - Attached test case that shows the behavior.
        Hide
        Ted Goddard added a comment -

        mojarra FormRenderer renders a newline just prior to rendering the form tag:

        writer.write('\n');
        writer.startElement("form", component);

        DOM subtree rendering cannot process text outside a seeked subtree, so this will now be suppressed.

        Show
        Ted Goddard added a comment - mojarra FormRenderer renders a newline just prior to rendering the form tag: writer.write('\n'); writer.startElement("form", component); DOM subtree rendering cannot process text outside a seeked subtree, so this will now be suppressed.
        Hide
        Ted Goddard added a comment -

        Please test with the latest trunk and mark closed if fixed.

        Show
        Ted Goddard added a comment - Please test with the latest trunk and mark closed if fixed.
        Hide
        Arran Mccullough added a comment -

        Testing the latest trunk the first row selection is no longer updating the entire form in the update. It is consistent with the other row selections.

        Show
        Arran Mccullough added a comment - Testing the latest trunk the first row selection is no longer updating the entire form in the update. It is consistent with the other row selections.

          People

          • Assignee:
            Arran Mccullough
            Reporter:
            Arran Mccullough
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: