0 Replies Latest reply on Mar 13, 2008 1:42 PM by fabmars

    Rerendering of a dataTable

    fabmars

      Hello,
      I have some dataTable with buttons enabling to add/delete lines which contain themselves editable inputs. I've done it before and know it works. And on a new project, my first table like that doesn't rerender !

      After searching a lot:
      - no it's not a validation issue
      - no it's not the missing id's on active components,
      - no it's not the inputText's internal values,
      - etc...

      I ran across this
      http://jboss.com/index.html?module=bb&op=viewtopic&t=117515

      I enclosed my dataTable into some panelGroup, and rerendered it instead of the tbale itself, and bingo, it worked. Ok I have my workaround.
      Well, topic above is yet to be fixed or encountered a regression. Were you aware of that ?