Ian Skinner wrote: > João Fernades was able to help me see that my ViewStack with an id of > "troubleLog" was clashing with my ActionScript value object "troubleLog". My > simple OO understanding would have said this would not have been an issue, > but apparently I was not correct. Changing the object file to "troubleLogVO" > and all appropriate references resolved my issue. The best practice approach is to name all classes with capital letters, so the troubleLog class would be renamed to TroubleLog. Then, your troubleLog instance would not conflict with the class name.
-d ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4327 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
