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?