Arron Bates wrote:
What about a Set?
List and Map implementations only. Only because the properties for
getting at an item in a collection needs a key. int's for lists and
arrays, and objects (strings) for the mapped collections. Set is just a
bunch, and there's no way in an iteration for the system to be able to
get a specific item. This is in relation to updating from a request, and
in the nested tags case, drawing the output in the first place.
Since a Set has an iterator() method, and <logic:iterate> supports using an Iterator, souldn't it be modified to automatically get an iterator for Collections that are Sets?

A.


--
Adam Sherman
Software Developer
Teach and Travel Inc.
+1.613.241.3103



--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>



Reply via email to