Re: programatically manipulating a JSP

2015-07-30 Thread Sandro Boehme
Hello again, just for the archive: It turned out that it worked quite well to use Jericho for that. [1] - http://jericho.htmlparser.net/docs/index.html Best, Sandro Am 19.07.15 um 14:32 schrieb Sandro Boehme: Hello, I have a use case where I have to programatically add HTML and/or Scriptl

Re: programatically manipulating a JSP

2015-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sandro, On 7/19/15 7:32 AM, Sandro Boehme wrote: > I have a use case where I have to programatically add HTML and/or > Scriptlet code to a JSP. It has to be placed beside an HTML tag > with a known id or at the end or the beginning within an HTML t

programatically manipulating a JSP

2015-07-19 Thread Sandro Boehme
Hello, I have a use case where I have to programatically add HTML and/or Scriptlet code to a JSP. It has to be placed beside an HTML tag with a known id or at the end or the beginning within an HTML tag with a known id. I would like to use Jasper 6.0.14 (or a newer version if that helps) but