The following code doesn't appear to be valid JSP: <% String s = "hello"; %> <%= s; %>
(The semincolon after the s is extraneous. The JSP compiler for Tomcat 4.0.4 doesn't like it.) I would expect the IntelliJ syntax checker (the yellow/red markers on the right of the editor) to flag this as an error. _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
