« Return to Thread: TableProvider question

TableProvider question

by Jan Mikkelsen :: Rate this Message:

Reply to Author | View in Thread

Hi

I am in the process of building a small application based on Wicket RAD. It is looking very promising!

I have a question related to tables. Let's say my model consists of CUSTOMERS having ORDERS. When I present a table of orders, it will therefore be in the context of a customer. I am using something very similar to FilterPageToRuleThemAll which uses DefaultBeanPropertyTableProvider. This class does offer filtering, but that mechanism is not meant to be used to "permanently restricting the dataset", only for "temporary filtering". How would you handle such a case?

Thanks,
Jan

 « Return to Thread: TableProvider question