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 94700 - RFE: Checkbox > Bind to Data should set selected and selectedValue
Summary: RFE: Checkbox > Bind to Data should set selected and selectedValue
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Gregory Murphy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 18:58 UTC by bugbridge
Modified: 2007-12-07 16:41 UTC (History)
1 user (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-02-06 18:58:37 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original Target Release: mako_dev; Suggested Target Milestone : Dev


Original submitter: sakthivelg

Description:
build 050927_1 on Xp and sparc

- drop 3 static texts and bind those to PERSONID, NAME, JOBTITLE
- drop a checkbox
- invoke Bind to data and choose FREQUENTLFLYER , this sets "selectedValue"
property to #{SessionBean1.personRowSet.currentRow['FREQUENTFLYER']}

* Need to invoke property binding on "selected" property and 
set it to #{SessionBean1.personRowSet.currentRow['FREQUENTFLYER']}

Otherwise, checkbox will render right value when displayed first 
see also 6327174