unfortunately considering that you/they can be used in flex methods overload, here one example
side java i have to method CPF getCodice(String cod_art); CPF[] getCodice(String seasons);
in flex <mx:Model id="roModel"> <currentPF> {CSchedaModello.getCodice.result} </currentPF> ......
then in all my flex ui binding to
<mx:Binding source="roModel.currentPF[pos].stagpf" destination="stag.text"/> ......
then I don't know whether to do,
or rather if I have one it works that a class returns once me CPF or an array of CPF as
I can do for using only a Model .
then on the same forms I should hook / binding or a single class CPF or an array of CPF[], that I then will flow using a var integer++
then how can use my java functions and encapsulate into one model.
if a best approach exists you can help me please. bye devis

