Under what circmustances, is BodyContent null?
843835Jan 16 2002 — edited Feb 12 2006Hi,
I got a problem with BodyContent in my custom tag. I created the class that extends BodyTagSupport, and I use bodyContent object, which is a field of BodyTagSupport, in doEndTag method.
The problem is "bodyContent is always null." Why is that? Does somebody tell me, under what circumustances, bodyContent is null? And how can I get bodyContent object appropriately?
thanks.