I need to write a JSP tag which either calls other tags or emits a string (like "<tag:stuff blah='bla' />) which can be reprocessed by the JSP engine. I.e. I want to be able to force the JSP engine to reprocess the output.
This would allow me to write building block tags and construct more complex tags that use the building blocks. Is this possible???
This would allow me to write building block tags and construct more complex tags that use the building blocks. Is this possible???