Hi there,

I've got an extension of a FormComponent that basically show a list of data (an element for row) with three buttons for permitting the crud operation (new, modify and delete).

This component can show only a list of static data (ArrayList) and it isn't a DataTable but now i would like to use a dataprovider for lazy loading the rows. What is the best way on getting it done ? Is it more convenient to do another (ex-novo) component ?

Obviously i would like to mantain the load of static data (it's a component quite used) AND dynamic data.

Here is the full code of the component (unfortunately the comments are in italian):
http://pastebin.com/m6ef959a8


Thanks,
Emanuele


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to