Hansjörg Meuschel wrote:
Hi,
the problem is the surrounding t:datatable: Children of this component
all get the same id as the component does not create new objects for
each iteration.
That's just not true.
Both the h:dataTable and t:dataTable components use the "flyweight"
pattern to avoid creating a component-per-row. However they ensure that
the id effectively varies per row for the component, making this
transparent for most purposes.
- Re: Urgent: Collapsible Panel with data table not work... Simon Kitching
-