Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2003
Added on Nov 6 2002
1 comment
198 views