Today web build a simple "registry customer" with our j2ee and flex as presentation layer.
We have used amf protocol, it's great for us.
Considering that flex returns us an array of objects pojo, is it correct to use an autoincrement (simple integer++ or integer--) client side, for it flows the array? or is it a wrong practice about you? Our var integer++/integer--, we use her/it to give the effect Next/Prior/Last/First.... However considering that all the TextFields are tied up to the model which is in turn connected to the back end, when a consumer click "new customer" it's correct to clean all the TextFields in this way name.text = ""... , according to me it is a wrong approach, but I don't see any other solution in this moment.... Excuse if I have set you questions "source" direct .
Thank's a good work.
Best
Devis
Italy

