Hello!
I'm new to Flex and I want to separate app tiers/components as much as possible.
So I have three mxmls:
X.mxml
which has a datagrid with studentsY.mxml
which must be able to tell which student is selected in the X.mxml's datagrid (row id ?)XY.mxml
which uses the previous 2
Which is the best practice here ?
Thanks.