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 171071

Summary: "cc" JSF implicit object support
Product: javaee Reporter: Marek Fukala <mfukala>
Component: JSF EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker CC: dkonecny, pjiricka
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Marek Fukala 2009-08-28 14:07:06 UTC
As described in sections 5.6.2.1/2 of the JSF 2.0 specification a "cc" implicit object is accessible in the EL for
composite components.

following features should be at least available:
1) completion for the object itself
2) completion for cc.attr property - offers all attributes defined in the interface of the page
3) hyperlinking for the cc.attr properties - jumps to the interface
[4]) completion of cc.parent.attr properties - depends on particular nesting of the component in a calling page -
indexed occurances are necessary here. Each attribute would indicate from what component it comes in the right text.
Comment 1 Marek Fukala 2009-08-28 14:59:26 UTC
Please note task #171083 - Evaluate JSF EL support in XHTML files in terms of chaper 5.6.2 of the JSF 2.0 specification
Comment 2 Marek Fukala 2009-09-08 16:10:29 UTC
this has already been implemented except [4]