> Bummer, this looks like a bug. I'll go ahead and file it. Thanks!
> As a workaround you should be able to specify the whole value
> as a binding
> expression and just do the string concatenation yourself:
>
> E.g.,
> <mx:Label text="{'label: ' + l.selectedItem.label + ', data \'' +
> l.selectedItem.data + '\', index ' + l.selectedIndex}" />
whoops - I didn't know that this works, nice one!
Dirk.

