>
>
> SortingModel (IChainingModel) -> AppendingListModel
> (IComponentAssignmentModel) -> HibernateListModel (database oriented model
> that returns a list of items from the db, unsorted).



So the sorting model is the outside one that you give to the component

But if we then go through that chained model and see the AppendingListModel
and we say ok wrap. Aren't we then by by passing the sort?? Because
if the component then ask its model the data. It doesn't go through the
sorting model.

johan

Reply via email to