0 Replies Latest reply on Aug 10, 2006 10:17 PM by chaman4110

    why scriplet code pop up

    chaman4110

      when i write scriptlet code in jsp editor (e.g. request.getAttribute()) it doesnot show code help pop up menu, above request can be written manually. it gives following error in log file when i press crtl+space. i use jboss-ide1.5 .

      !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime".
      !STACK 0
      java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/codeassist/CompletionRequestorWrapper
      at org.jboss.ide.eclipse.jdt.j2ee.jsp.ui.editors.JSPConfiguration.getContentAssistant(JSPConfiguration.java:192)
      at org.eclipse.jface.text.source.SourceViewer.configure(SourceViewer.java:326)
      at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2381)
      at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
      at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(Abstr