Hi All,
I'm trying to create multiple RadioButtonGroup(s) with the following code,
<mx:Repeater id="radioGroupRepeater"
dataProvider="{ModelLocator.getInstance().options}">
<mx:RadioButtonGroup id="{radioGroupRepeater.currentItem.handle}"
labelPlacement="left" />
</mx:Repeater>
But I'm getting the following error,
'{radioGroupRepeater.currentItem.handle}' is not a valid identifier.
Thanks for the help,
--
------------------------------------------------
Eugene Louw
------------------------------------------------