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 234501

Summary: Navigation and code completion for the source of the ui:include element
Product: javaee Reporter: Martin Fousek <marfous>
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Fousek 2013-08-16 14:59:03 UTC
<ui:include> component can be used to compose page from smaller pieces. It would be very useful to be able to navigate to declaration (to the 'src' element). There can more such 'src' attributes within JSF components.
Comment 1 Martin Fousek 2013-10-31 09:20:48 UTC
Completion implemented in web-main #320f9a229616.
Comment 2 Martin Fousek 2013-11-01 09:12:35 UTC
Second part - navigation implemented in web-main #aa6825eb32fc.