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 128726

Summary: I18N - JSF editor has an err message not from pseudo localized bundle file
Product: javaee Reporter: kaa <kaa>
Component: JSP ParserAssignee: Tomas Mysik <tmysik>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: kfrank, pjiricka, ppisl
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

Description kaa 2008-02-28 17:06:16 UTC
Product Version: NetBeans IDE Dev (Build 200802191203)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; MS932; ja_JP (nb)

Steps:
1. Create WebApp with JSF framework
2. Open welocomJSF.jsp in the editor

There was an err message not from pseudo localized bundle file.
Couldn't reproduce this error after restarting the ide. But the message exists on the image.
I'm running in the Japan locale, using a pseudo localized Netbeans.
Comment 1 kaa 2008-02-28 17:07:20 UTC
Created attachment 57475 [details]
image
Comment 2 kaa 2008-02-28 17:11:30 UTC
look like this message is not in bundle.
Comment 3 Marek Fukala 2008-02-29 06:44:11 UTC
These error messages comes directly from jasper parser. They are not localized. I am not sure if the tomcat server even
localizes them. I guess not, but for sure, passing to jspparser component.
Comment 4 Tomas Mysik 2008-02-29 07:25:17 UTC
Duplicate of issue #126403. See that issue for more information.


*** This issue has been marked as a duplicate of 126403 ***
Comment 5 kaa 2008-03-03 18:28:10 UTC
Ok, but the message differs from any of listed in 126403.