0 Replies Latest reply on Oct 25, 2011 4:12 PM by ventmonkey

    Knowing what objects were rendered by a rich:datascroller or rich:datatable

    ventmonkey

      Hi all. 

       

      I am using a rich:datatable with a rich:datascroller for pagination.  This is displaying entity objects.  I now have the requirement of tracking user impressions of those entity objects.  In otherwords, lets say I'm displaying ads (i'm not, but it's an easy example) within a datatable, with a source of a List<Ads>, and a datascroller.  I want to track which of those adds from the List<Ads> are rendered. 

       

      Anyone have any ideas as to how I can trigger some code that is aware of the Ad being rendered by JSF without having to use query based pagination?

       

      This is with Richfaces 3.3.3.

       

      Thanks,

      Mason