hello!
okay; first sorry for my weak expressiveness as I forgot a lot official termina.
I ran into a broken code completion
after using a scriplet ~insert in an attribute value the code completion is kind of broken.
e.g.:
<c-rt:out value="<%= request.getServletPath() %>"></c-rt:out>
or
<html:link href="<%= request.getServletPath() %>" />
the jsp-editor still suggests the instance variables (page, request, out…), but doesn’t find their methods.
so pressing ctrl+space
after
<c-rt:out value="<%= request.getServletPath() %>"></c-rt:out>
<% request.
results in no code completion suggestions
If these ~inserts are in normal code, everything works as expected.
ciao,
Axel
environment:
Eclipse Platform; Version: 2.1.2; Build id: 200311030802
MyEclipse Application Server Tooling; Version: 2.6.200; Build id: 200312091200-2.7-RC1
jdk version “1.4.2_03”; jre/hotspot build 1.4.2_03-b02, mixed mode
Microsoft Windows XP; HOME Edition; Version 2002; Service Pack 1