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 - "cc" JSF implicit object support
Summary: "cc" JSF implicit object support
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-08-28 14:07 UTC by Marek Fukala
Modified: 2009-09-08 16:10 UTC (History)
2 users (show)

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 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]