getBodyContent() returns null
843835Nov 6 2002 — edited Feb 13 2003
In doAfterBody at the first line I call getBodyContent and I receive null so I cannot process the body.
How it is possible?
My doStartTag executes(I check it) and I return EVAL_BODY_INCLUDE.
Of course my tag has body like this:
<mytags:mytag>body</mytags:mytag>
Where is a problem?