Tag Library Help

I am attempting to define a tag library in which a parent tag contains up to 4 different types of child tags, and those child tags may or may not display their contents based on certain conditions.

To start, I created the parent tag and one child tag. All the parent tag does for doStartTag() is return EVAL_BODY_INCLUDE, all the child tag does is return SKIP_BODY.

If I nest the child tag inside the parent tag, the body contents are displayed. If I place it on its own, then the contents are not. What am I missing that's painfully obvious here?

Thanks in advance for your help, and please let me know if I need to give more information.

[665 byte] By [ccoaa] at [2007-11-27 8:33:25]
# 1
If u can give some more information or better u give pseudo code for ur tag hierarchy.
niraj.tha at 2007-7-12 20:29:34 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...