Hey all, I am trying to write a custom tag, I have a requirement to display different form element (i.e. text box, label or textarea depending on the flags set by user), This tag is nested inside <nested:iterate > In this tag, I am also maintaining a counter which gets incremented each time the tag is called and I am resetting the counter in the release() method, however the release method is not being called and if I hit refresh on the page, the counter takes the last value of previous iteration. I expected that when the parent tag's doEndTag is called, it should call release on all the child tags, is it not so?
In any case, is there a workaround to achieve this? Thanks and Regards, Nitish Kumar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]