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 - I18N - folder name 'JSPs' in new wizard dos not come from Bundle
Summary: I18N - folder name 'JSPs' in new wizard dos not come from Bundle
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-04-02 13:29 UTC by Keiichi Oono
Modified: 2005-03-31 18:04 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 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