Hi All,
Am using laszlo version 4.2.0. I have troubled with one issue that the
combobox selection is wrong. If i select midba2 then the combo box selection
text shown as midba1. Any one can help to this issue.
For example:
<dataset name="dsUserHierarchy">
<userHierarchy>
<users userName = "midba1" userId = "1" />
<users userName = "midba2" userId = "2" />
<users userName = "midba3" userId = "3" />
<users userName = "midba4" userId = "4" />
<users userName = "midba5" userId = "5" />
<users userName = "midba6" userId = "6" />
</userHierarchy>
</dataset>
<combobox name="userList" id="userList"
defaulttext="---------------Select---------------" width="280" height="22"
x="150" y="50"
editable="true" dataoption="lazy" style="silvercolors"
shownitems="5">
<textlistitem initstage="late" id="users"
datapath="dsUserHierarchy:/userHierarchy/users" value="$path{'@userId'}"
text="$path{'@userName'}"/>
</combobox>
--
*Thanks
Naraen
*