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 - I18N - Add GUI to support internationalizing web applications with <f:loadBundle>
Summary: I18N - Add GUI to support internationalizing web applications with <f:loadBun...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Gregory Murphy
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-03-26 02:02 UTC by bugbridge
Modified: 2007-03-27 18:57 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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