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 41631

Summary: I18N - folder name 'JSPs' in new wizard dos not come from Bundle
Product: javaee Reporter: Keiichi Oono <keiichio>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 3.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Keiichi Oono 2004-04-02 13:29:35 UTC
NetBeans RC2
JDK 1.4.2
Solaris (ja)

Menu 'New'-> 'JSP & Servlets' -> 'JSPs'

This 'JSPs' folder name does not come from bundle.
I think the problem is cause by:
web/core/src/org/netbeans/modules/web/core/resources/layer.xml

line: 52
<attr name="SystemFileSystem.localizingBundle"
stringvalue="org.netbeans.modules.web.context.Bundle"/>

I think the correct value of above 'stringvalue' is:
stringvalue="org.netbeans.modules.web.core.Bundle"
Comment 1 Milan Kuchtiak 2004-04-06 08:21:35 UTC
Thanks for investigation.

Fixed in trunk.
Comment 2 Ken Frank 2005-03-31 18:04:38 UTC
verified