]
Pavel Yaschenko resolved RF-10347.
----------------------------------
Resolution: Done
Client API: Select: selection management problems
-------------------------------------------------
Key: RF-10347
URL:
https://issues.jboss.org/browse/RF-10347
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Pavel Yaschenko
Fix For: 4.0.0.Milestone6
<rich:select>
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />
<f:selectItem itemValue="3" itemLabel="Option 4" />
<f:selectItem itemValue="4" itemLabel="Option 5" />
</rich:select>
1) choose some value. getValue - return actually label and not a value - FAIL
+ if possible add getLabel which will works as getValue now, if not - create separate
task for post_4f
2) setValue('3') - Option 3 should appears and item with "3" value
should be choosen. But actually just input updated with "3"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: