Since I'm still a newb at this, I think I will go with you and Graham. Just do it server side. This is more of a proof of concept than anything so I wont stress out about it.
Thanks guys. On 10/22/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > What I've done before is in the result handler for the Remote Object call, > add this to the result before assigning to your ComboBox dataProvider > property. In other words, in your result handler create a new, in your > case, generic Object with all the same fields and add it to the result then > assign to your ComboBox. Another way maybe to add a method server-side: > getAllStatesAndAll() that calls getAllStates() and adds the All choice in. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4740 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
