I'm unable to read the body content specified between start tag and end tag of a JSP custom tag. In the sense I can only just echo the body content using getJspBody.invoke(null); method.
I want to read the body content of any custom tag and manipulate and display it back.
Can any body help me? Thanks in Advance.