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 198064 - Auto-complete of the message bundle in XHTML pages
Summary: Auto-complete of the message bundle in XHTML pages
Status: RESOLVED DUPLICATE of bug 197226
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 17:15 UTC by hildeberto
Modified: 2011-11-16 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the auto-complete not completing for message bundle (74.71 KB, image/png)
2011-04-25 17:15 UTC, hildeberto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hildeberto 2011-04-25 17:15:36 UTC
Created attachment 107932 [details]
Shows the auto-complete not completing for message bundle

In Netbeans 6.9.1, the auto-complete for message bundle keys was working perfectly. Example: considering #{bundle.title}, after the "." the auto-complete helps to find "title" in the message bundle file.

This feature is not working in Netbeans 7 anymore. This is an Enterprise Application (ear, jar and war) with a JSF 2.0 web project, using facelets for the presentation layer. The faces-config.xml contains only the following configuration:

<resource-bundle>
   <base-name>.....bundles.Resources</base-name>
   <var>bundle</var>
</resource-bundle>
<locale-config>
   <default-locale>en</default-locale>
</locale-config>
Comment 1 Marek Fukala 2011-05-10 10:46:50 UTC

*** This bug has been marked as a duplicate of bug 197226 ***