devosc wrote: > under what conditions might 'getAscending' be called ? From the > definitions of Boolean.valueOf(String) it is only true when the > sortAscending attr value is 'true', yet I cant see in any of the > examples a 'getAscending' method ? >
You would use it in your code in your sorting method (or your DAO querying method if you have the database do the sorting) to decide if you should sort ascending or descending. -- Dave Brondsema Software Developer Cornerstone University
signature.asc
Description: OpenPGP digital signature

