JSF 1.2 adds the observer pattern to DataModel but it only supports rowselection events. It would be very cool to have something like the TableModel in Swing which can be used to notify listeners if the data in the model changes. UIData can add a listener to that model and can be notified by the model when something changes. We can then implement the encodeBeginn in depend on the changes in the datamodel.
What do You think? 2006/3/2, Michael Youngstrom <[EMAIL PROTECTED]>: > >We can not change UIData since this behavior is specified > >in the spec (see API Doc for UIData.encodeBegin()). > > Yup it looks like that would be the culprit. Is anyone against me > creating a spec issue to see if we can get this improved down the > road? > > Mike > -- Mathias
