Hi,
I just upgraded to ME 9.1 due to performance reasons working with JSP pages (https://www.genuitec.com/forums/topic/jsp-validation-uses-100-cpu/).
Some JSP pages now show compile errors. Below is an example and the error:
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<html:submit value="XYZ" onclick="return submitCommand('lmyCommand', 'abc');" styleClass="btn"/>
This fails on the last quote of onclick:
Syntax error, insert "}" to complete block
BTW, I have more of the same tags on the same page, and they do not show any errors.