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 234022 - In EL code completion aren't supported function calls
Summary: In EL code completion aren't supported function calls
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 14:11 UTC by Martin Fousek
Modified: 2013-08-06 14:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2013-08-06 14:11:53 UTC
I have defined custom function in my taglib, but its methods aren't offered in the Code Completion of the EL expression, see:
#{jsflive:|}
or also
#{|} (there is no CC for namespaces which contains defined functions)