In the jsp:
<jsp:useBean id="test" scope="session" class="java.lang.String" />
<jsp:getProperty name="test" property="

Strg-Space inserts
<jsp:getProperty name="test" property="bytes" />

...and throws an Assertion:

[89039202]  ERROR -       com.intellij.command.a.q - Assertion failed
java.lang.Throwable
        at com.intellij.diagnostic.e.a(e.java:28)
        at com.intellij.diagnostic.e.a(e.java:20)
        at com.intellij.command.a.q.a(q.java:24)
        at com.intellij.command.a.r.b(r.java:2)
        at com.intellij.editor.b.f.b(f.java:96)
        at com.intellij.editor.b.p.a(p.java:137)
        at com.intellij.editor.b.p.a(p.java:34)
        at com.intellij.codeInsight.template.impl.bn.a(bn.java:407)
        at com.intellij.codeInsight.template.impl.bn.a(bn.java:165)
        at com.intellij.codeInsight.template.impl.bn.j(bn.java:343)
        at com.intellij.codeInsight.template.a.l.run(l.java:9)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at com.intellij.ide.c.dispatchEvent(c.java:24)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
[89039262]  ERROR -       com.intellij.command.a.q - Assertion failed
java.lang.Throwable
        at com.intellij.diagnostic.e.a(e.java:28)
        at com.intellij.diagnostic.e.a(e.java:20)
        at com.intellij.command.a.q.a(q.java:24)
        at com.intellij.command.a.r.b(r.java:2)
        at com.intellij.editor.b.f.b(f.java:96)
        at com.intellij.editor.b.p.a(p.java:137)
        at com.intellij.editor.b.p.a(p.java:34)
        at com.intellij.codeInsight.template.impl.bn.a(bn.java:407)
        at com.intellij.codeInsight.template.impl.bn.a(bn.java:165)
        at com.intellij.codeInsight.template.impl.bn.j(bn.java:343)
        at com.intellij.codeInsight.template.a.l.run(l.java:9)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at com.intellij.ide.c.dispatchEvent(c.java:24)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

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

Reply via email to