I have a Sybase database table that I pulling data from and displaying in a JSF dataTable.
The data is being returned as a JSF ResultDataModel. I would like to make each column
sortable. I believe the best way would be to click on a column header, and the method called
will pass the right parameter(s) to the calling stored procedure. The problem I am having is implementing
this idea. Does myfaces have a component already written that I can plug in to my webapp? If not, is
there an example anywhere? I have seen examples of datatables being created from Lists and Arrays,
but none with Results.


Mark W.



Reply via email to