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 94209 - Property: component does not pick up bundle contents
Summary: Property: component does not pick up bundle contents
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 01:11 UTC by bugbridge
Modified: 2007-12-07 16:41 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 bugbridge 2007-02-03 01:11:51 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original submitter: lfitzgerald

Description:
JSF 1.1 Property component:
Property component does not render contents of bundle.  It does however continue
to render the id name so the component does not disappear from the designer.

This works for JSF 1.2 components (in Java EE5 projects).



Steps:
1. drag an advanced > loadbundle onto designer
2. change bundle from messages1 to msg.
3. drag a layout > property sheet onto designer
4. go to project window and open the src.<project>.Bundle and add 2 keys:
hello=Hello World!
person_lbl=Please select a person
5. select propertySheetSection from outline and set its label to: #{msg.hello}
the bundle value is shown on designer.
6. select property (inside of propertySheetSection) and set its label to
#{msg.person_lbl}

the values still shows as property1.