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 194989 - Composite component attribute completion should offer nested attributes
Summary: Composite component attribute completion should offer nested attributes
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 14:17 UTC by Marek Fukala
Modified: 2014-01-16 10:29 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 Marek Fukala 2011-02-02 14:17:14 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