I was unable to replicate your problem. In SWF10 and HTML5, everything worked properly. In SWF8, selecting midba2 displayed midba2, but I also received the following warning in the debugger:
WARNING @utils/dataselectionmanager.lzx≈122: reference to undefined property 'manager' Are you using SWF8? - David On Mon, Apr 25, 2011 at 5:41 AM, Narayanan Arunachalam < [email protected]> wrote: > 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 > * >
