Home Answers Viewqa JSP-Interview-Questions How to read the body content of custom tag?

 
 


A Shashank
How to read the body content of custom tag?
1 Answer(s)      10 months ago
Posted in : JSP-Interview Questions

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.

View Answers









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.