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 - goto-source/code-completion works on variables defined in JSF page
Summary: goto-source/code-completion works on variables defined in JSF page
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 21:12 UTC by David Konecny
Modified: 2009-08-31 20:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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