I already have method that return my data from db as arraylist. And i use this in iterator() method of dataprovider. But which object (i think model) i must return?
2010/2/11 James Carman <[email protected]>: > You need to create a "provider" for your data. Look at what the > constructor takes and then implement the interface. > > On Thu, Feb 11, 2010 at 8:26 AM, Ivan Dudko <[email protected]> wrote: >> Hello! >> >> I can't understand how to populate data from a resultset object into >> datatable. >> Anyone have an example? >> >> Thank you! >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
