There's one in the JSTL that you can extend. Bob
----- Original Message ----- From: "Jeff Goke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 10:09 PM Subject: why is iterate tag final? I am curious why the iterate tag is declared as final? I was writing a wrapper tag to simplify the process of showing "pages" of information (since this is an extremely common requirement) but quickly realized I cannot extend the iterate tag. Right now I am resorting to taking the source from the class and just implementing the new class using the source, however, this hardly is an ideal solution. Does anyone know why this is a final class? Thanks, -Jeff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
