Custom JSP tag - How do I get the body of the tag?

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-03-23T17:45:36Z Indexed on 2010/04/13 3:12 UTC
Read the original article Hit count: 196

Filed under:
|
|
|

I have a custom jsp tag like this:

<a:customtag>
    The body of the custom tag...
    More lines of the body...
</a:customtag>

In the custom tag, how can I get the text of what the body is?

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp