MarkupContainer already has the iterator() method. If it implements Iterable,
one can use it directly in the foreach loop :)
MarkupContainer container = ...;
for (Component c : container) {}
--
View this message in context:
http://www.nabble.com/Suggestion%3A-Make-MarkupContainer-implement-java.lang.Iterable-tp19004729p19004729.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]