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 171832 - [EL] Composite component completion for nested attributes broken
Summary: [EL] Composite component completion for nested attributes broken
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 15:59 UTC by Marek Fukala
Modified: 2011-02-03 05:53 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 Marek Fukala 2009-09-09 15:59:28 UTC
1) create a composite component in /resources/<afolder>/ location
2) put <composite:interface> section
3) put following code inside:

<composite:attribute name="one">
    <composite:attribute  name="two"/>
</composite:attribute>

4) somewhere in the file type #{cc.attrs.
5) invoke completion
=> "one" is offered
6) complete the item and type dot
7) invoke the completion
=> nested attribute "two" is not offered
Comment 1 Marek Fukala 2010-05-07 13:53:31 UTC
this has never worked, but it should.
Comment 2 Marek Fukala 2011-01-03 14:07:11 UTC
The #{cc.| } completion now doesn't work at all.
Comment 3 Marek Fukala 2011-02-02 14:17:49 UTC
the composite component completion has been fixed in web-main#2384224affb6, but the original issue remains. I've filed a new issue 194989 for that.
Comment 4 Quality Engineering 2011-02-03 05:53:11 UTC
Integrated into 'main-golden', will be available in build *201102030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2384224affb6
User: Marek Fukala <mfukala@netbeans.org>
Log: #171832 - [EL] Composite component completion for nested attributes broken; eliminating the legacy EL support - features migrated to web.el