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

Summary: Auto-complete of the message bundle in XHTML pages
Product: web Reporter: hildeberto
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Shows the auto-complete not completing for message bundle

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