Hi

If I type the following as a JSP scriptlet:

                     class X { }
                     X x = new X();
                     String z = x.toString();

Then references to X are shown up in red with a 'can't resolve symbol X'.
This code is fine in the regular java editor, but seems to fail in JSP.
The JSP code works fine when saved, it's just the editor that flags an
error.

Cheers,
Ben.



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to