This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 108942 - JSP Code Completion not working
Summary: JSP Code Completion not working
Status: RESOLVED DUPLICATE of bug 104413
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-07-05 12:48 UTC by akbani
Modified: 2007-07-23 15:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akbani 2007-07-05 12:48:29 UTC
While editing JSP page manually, if i use EL in any attribute, the code completion feature stops working. It works fine
before the EL but not after.

So if i write
<h:panelGrid binding="#{ApplicationsList.searchPanel}" columns="4" id="searchPanel" title="Search Panel" width="100%"/>

Ctrl+Space combination works if i choose before binding, but not after it. Even the coloring of the attributes change

Changing the above tag to 
<h:panelGrid columns="4" id="searchPanel" title="Search Panel" width="100%" binding="#{ApplicationsList.searchPanel}" />

allows me to use the tag with code completion.
Comment 1 _ krystyna 2007-07-13 01:39:20 UTC
I see the same -- no JSP code completion and syntax highlighting if binding is present. 
To see JSP code completion and see coloring restored, remove the default binding from a Visual Web ee5 project:
 e.g.  <webuijsf:form binding="#{Page1.form1}" id="form1">  to:   <webuijsf:form  id="form1">
Reassigning bug to web/jsp editor. This is a regression from 5.5.1

Comment 2 Tomasz Slota 2007-07-23 15:18:03 UTC
Marek says he knows the cause of this issue and is eager to take over it... 
Comment 3 Marek Fukala 2007-07-23 15:42:26 UTC
Eagerly closing as duplicate of issue #104413. It is cause by issue #87014.

*** This issue has been marked as a duplicate of 104413 ***