Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0.5
-
None
Description
If the nameValue parameter for UIBean Components resolves to types other than String, the correct value does not get selected.
Example:
<s:select label="%
" name="task.priority.id" value="%
{task.priority.id.toString()}" list="priorities" listKey="id" listValue="name" />
If task.priority.id has type String, value gets seleted. If it a a Long (or whatever), it does not get selected.