I wrote this class about 3 years ago when we were getting a lot of complaints about how village and torque could not process large result sets. I offered it as an example that it was possible. Unfortunately no one offered any improvements to it, though it did seem to correspond to a reduction in requests for the functionality. I guess it's good it was left in the code base, hopefully it was better than starting from scratch. Thanks alot.
john mcnally On Fri, 2002-07-26 at 07:14, Scott Eade wrote: > Hi, > > Attached is a patch to LargeSelect that makes it work and adds a zillion > features. The JavaDoc is very extensive and should provide all of the > necessary information to use it. > > A patch to BasePeer is also included - but this just fixes a couple of > references to LargeSelect in the JavaDoc. > > This compiles and the maven test:test goal completes successfully. It is > however a forward port of an turbine 2.1 enhancement so all of my testing > has been conducted on a slightly different version. > > In any event the existing LargeSelect simply doesn't work so nobody is using > it yet. > > Cheers, > > Scott > -- > Scott Eade > Backstage Technologies Pty. Ltd. > Web: http://www.backstagetech.com.au > > ---- > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
