on 5/1/02 9:09 PM, Arron Bates at [EMAIL PROTECTED] wrote: > As for "displaying first N of the collection", you can set "offset" and > "length" attributes to the tag, and it will do just that. You can also > use any form of a Collection, including a primitive Object[]. It will > retrieve an Iterator from the collection, and go over that. So ArrayList > will work as well as a Vector (albeit that _little_ bit faster). > HashMaps and such will also work, but the offset and length will be > useless. :) > > There's a lot of tags in the Struts booty. Take a read over them some > t
Gosh. I've been using the Struts iterator tag (in fact, currently all of the tags I use are from Struts, and I have no scriptlets in any of my pages). But I never noticed the offest and length attributes in the docs. Thanks for pointing those out. How about the second part of my posting, regarding more control over the stages of an iteration? -- Rick -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

