- This topic has 3 replies, 2 voices, and was last updated 20 years, 12 months ago by Scott Anderson.
-
AuthorPosts
-
jjcantriMemberI’m testing out the features of the jsp code completion. I have not been able to successfully write a scriptlet within a jsp where the code completion works. I can add html and jsp elements and the offerings are displayed. If I try someting like:
<% System.out. %> and hit ctrl-space to see what methods are available, nothing is presented.
The feature list says that scriplet code completion exists. Am I doing something incorrectly? Is there an outstanding bug? Is this a feature to come in the next release? I’m using the 3.0M4 release.
Scott AndersonParticipantThe feature list says that scriplet code completion exists. Am I doing something incorrectly? Is there an outstanding bug? Is this a feature to come in the next release? I’m using the 3.0M4 release.
Peculiar. Sciptlet code is working properly in all my builds and there are no open bug reports against it at present. Can you please post your full configuration information as requested in our ‘Posting Guidelines’ thread? That should help us work things out.
–Scott
MyEclipse Support
jjcantriMemberWindows XP
Version 3.0, BuildId 200310101454
– Was Eclipse freshly installed for MyEclipse? No.
– If not, was it upgraded to its current version using the update manager? No
– Are any other external plugins installed? Yes
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* – 8
What MyEclipse version are you using? V3.6.4 BuildId: 200311041200
What JDK version are you using to run Eclipse? jdk1.4.1_01
What JDK version are you using to launch your application server? jdk1.4.1_01
What steps did you take that resulted in the issue? Tried to edit a jsp
What application server are you using? weblogic 8.1
Scott AndersonParticipantOne more thing. Is JSP compilation turned on? Code assist may not work if the JSP contains errors that make in ‘non-wellformed’. If you generate a default JSP with our wizard and then try to use code assist on some of the scriptlet code that it contains, does it work? Is your JSP contained in one of our web projects under the web root?
–Scott
MyEclipse Support -
AuthorPosts