|
|
JSP in a Database (Tags not resolving)
I have inherited a system that stores certain html of a jsp in the database except for the jsp tags because it cant resolve. The html in the database resolves perfectly fine using escapeXML. I would like to move everything into the database including the tags.
Is there a way to resolve the tags on a jsp when storing them in a database? I have looked at velocity but that would require rewriting all the current jsp's. |
|