Stumbled upon a problem with realtime-expression values and having strings with quotationmarks inside the expression.
Example:
<jsp:include page=”/somepage” flush=”true”>
<jsp:param name=”bla” value=”<%= (String) request.getAttribute(“hello”) %>”/>
</jsp:include>
Saving the file generates a validation error on the quotation marks around the string “hello” inside the rtexpr.
I’m not using the above example, but are getting the error on some of my custom tags having rtexprvalues like the above. The code runs nicely on the server.
I’m running 3.7RC2 with Eclipse M6 on Fedora Core 1 Linux.