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 36506 - EDITOR: JSP code completion in EL
Summary: EDITOR: JSP code completion in EL
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 09:48 UTC by David Kaspar
Modified: 2006-06-05 00:01 UTC (History)
0 users

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 David Kaspar 2003-10-09 09:48:37 UTC
How to reproduce:
1) Type following line in JSP editor:
${<}
2) Set cursor before "}" character
3) Invoke code completion
4) ERROR - Code completion for JSP tags appears
Comment 1 Petr Pisl 2003-10-09 13:30:28 UTC
This is not a bug. There is not any code completion for EL yet (I'm
working on it). This will work correctly when I commit code completion
for EL. I close this bug as invalid.