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 163416

Summary: tag attributes are not shown in expression language
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: JSPAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jindrich Sedek 2009-04-22 16:27:36 UTC
create new WebApplication
create new TagFile
it contains declaration of an attribute "message"
use cc in expression language ${|} ->list of common EL variables is shown, but message is not
I'm not sure this is a bug or an enhancement ...
Comment 1 Marek Fukala 2009-04-27 13:09:21 UTC
From what I see in the code the EL completion is supposed to do:

1) provide list of implicit object
2) provide list of declared beans
3) provide list of functions declared in a tag library
4) provide property completion for all of the above

So looks like enhancement to me.
Comment 2 Martin Balin 2016-07-07 08:53:25 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss