All,
This is what
J2EE v1.3 api said
public class TagSupport
extends java.lang.Object
implements IterationTag, java.io.Serializable
And this is form a book for J2ee1.3 that I currently read,
There is no convenience implementation of the IterationTag interface, as it adds ony one new method to Tag, doAfterBody(), which always needs to be implemented by the tag developer.
I don't think it is not a correct one.
What do you guys think?