Hi!
First of all thank you for this great product. I tested it for one day and then subscribed immediately. This product is exactly what I have been waiting for: A neat and decent J2EE environment for my favorite IDE.
But I do have a problem using the JSP Editor with the JSP 2.0 Expression Language and the Standard Tag Library.
In my JSP code I use the <c:if> tag as follows
<c:if test=”{myBean.myValue > 0}”>
…
</c:if>
This works fine in Tomcat 5.0.9 Beta but the JSP editor complains about a syntax error:
Syntax error on token “{“, “)”
referring to the line of the <c:if test…
Is that a bug or am I doing something wrong? I am using the latest version (2.6.1)
Best regards,
Marco