Calling a .jsp and catching the html - TechRepublic
General discussion
May 28, 2002 at 04:18 AM
builder

Calling a .jsp and catching the html

by builder . Updated 24 years, 1 month ago

I would like to use a jsp to build a string of html, but not have it returned to the user. For example, this jsp might be called from another servlet or a tag library class.

I’d like to use a jsp because it may contain includes or other tag library elements.

Any thoughts on how to do this?

This discussion is locked

All Comments