I have written a taglib to handle iteration, which works well when I deploy
it to tomcat 4.1.12.  When I deploy to tomcat 4.0.4, I receive an odd error.

My Iterator somehow takes on a null value somewhere between the doStartTag()
and doAfterBody() methods.  The doStartTag() correctly grabs the first item
in the Collection, but then when the doAfterBody() kicks in, the Iterator,
which is a protected instance variable, is null.

This is the case only in 4.0.4, not 4.1.12, where it functions as I'd expect
it to.

Is this a bug with 4.0.4, or is 4.1.12 doing something its not suppose to.

Thanks,
Jay


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

Reply via email to