You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/01 06:04:43 UTC

DO NOT REPLY [Bug 14683] - add get/setIterator methods to IterateTag

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

dgraham@apache.org changed:

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



------- Additional Comments From dgraham@apache.org  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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org