I've got a form I need to create in Flex. It's going to contain 4 columns and 10 rows. Each column will have a single TextInput field, but each row will be identical but for the field name/id.
I've currently got this displaying correctly using a TileList, but now I'm to the point where I need to dynamically assign IDs to each unique field and I'm not sure how to proceed. To clarify, what I want is this: server1 path1 username1 server2 path2 username2 server3 path3 username3 etc. As a secondary question...is there any benefit to using an <mx:Form> tag to contain multiple TextInput tags in this sort of situation? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5314 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
