DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14683>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14683

add get/setIterator methods to IterateTag

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|LATER                       |



------- Additional Comments From [EMAIL PROTECTED]  2003-03-01 05:04 -------
The iterate tag is an inappropriate place for this behavior.  The tag is simply 
meant to loop over a collection and allow you to output each item appropriately. 
 If you require a filtering Iterator, implement one of the Collection interfaces 
and return a custom Iterator from the iterator() method.  Then, pass your custom 
Collection to the iterate tag.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to