Absolutely not true. Perhaps it wouldn't be a pure dto, but vo's often contain properties that are only useful to the UI. Since you've chosen to perform these calculations in the client, as opposed to the middle tier; where business logic typically resides, each row of the collection will have to be looped through anyway; either for precalculating additional vo properties, or by using labelFunctions. Either way, those are the recommendations. Good luck.
-TH --- In [email protected], "mknuttall" <[EMAIL PROTECTED]> wrote: > > Because then it wouldn't be a VO. :) > > --- In [email protected], "Tracy Spratt" tspratt@ wrote: > > > > If you are usign VOs, why not just add properties and have the VO do the > > calculation internally, and forget the labelFunctions entirely? > > > > Tracy > > >

