Parsing jsp in a String
843840Oct 30 2009 — edited Jul 14 2010I have a client that wants to store jsp code in the database. I then have to read it from the database and execute it. I know that it works fine if the jsp code is in a file on the web server then you can call the file via a url and tomcat will parse it but how can you parse the jsp if it's in a String?
Thanks in advance,
Mickey