Hi

I added a mx:GroupingCollection to my mxml. 

<mx:GroupingCollection id="gc" source="{srv.lastResult.report.row}" >
        <mx:Grouping>
                <mx:GroupingField name="name" />
        </mx:Grouping>
</mx:GroupingCollection>



but it gives me a compile error:

Component declarations are not allowed here. (Note: visual children must
implement mx.core.IUIComponent)

what is it? how can i fix it? 

Thanks!

C.
-- 
View this message in context: 
http://www.nabble.com/GroupingCollection-compile-error-tp18410128p18410128.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to