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 171033

Summary: goto-source/code-completion works on variables defined in JSF page
Product: javaee Reporter: David Konecny <dkonecny>
Component: JSF EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description David Konecny 2009-08-27 21:12:29 UTC
Could you please make sure that goto-source/code-completion works on variables defined in JSF page, eg on
"item.productId" in following example:

<h:dataTable value="#{product.productItems}" var="item">
   <h:outputText value="#{item.productId}"/>
</h:dataTable>

It is very common and it is painful when it does not work.
Comment 1 Marek Fukala 2009-08-28 13:24:12 UTC
done in web-main#93f05819deaf
Comment 2 Quality Engineering 2009-08-31 20:27:39 UTC
Integrated into 'main-golden', will be available in build *200908311509* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/93f05819deaf
User: Marek Fukala <mfukala@netbeans.org>
Log: #171033 - goto-source/code-completion works on variables defined in JSF page