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 98905

Summary: I18N - Add GUI to support internationalizing web applications with <f:loadBundle>
Product: obsolete Reporter: bugbridge <bugbridge>
Component: visualwebAssignee: Gregory Murphy <gjmurphy>
Status: NEW ---    
Severity: blocker CC: craigmcc, kfrank, sunlit
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: All   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description bugbridge 2007-03-26 02:02:03 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original Target Release: mako_dev; Suggested Target Milestone : Dev

These items should be added to the Status Whiteboard: WAV_APPROVED

Original submitter: craigmcc

Description:
JSF provides the <f:loadBundle> tag, which exposes a resource bundle as a Map
under a request attribute, which then allows value binding expressions in that
page to reference the key/value pairs in the bundle for localization.  We need
to add the following features to make this easy to use:
- GUI that constructs the <f:loadBundle> tag for you (perhaps on context menu
  of the page in PN)
- Easy way to construct the properties file(s) for a resource bundle (they need
  to end up in the Java sources directory so that they get included in
  WEB-INF/classes when the webapp is constructed)
- Value binding dialogs for components in the page need to include the keys in
  the resource bundle as valid binding targets for the "value" property.  (It's
  not valid anywhere else.)

xxx@xxxx 2004-05-31
xxx@xxxx 2004-05-31

Description (Entry 2):
This will be a high priority for MAKO