The "id" property does not support binding and it should not contain any
white space or special characters.


On Sat, Sep 6, 2008 at 1:22 PM, Eugene Louw <[EMAIL PROTECTED]> wrote:

>   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
> ------------------------------------------------
>  
>

Reply via email to