Flex and ActionScript are Case Sensitive

by Kyle Hayes on April 20th, 2007

I have come across this many times and I am sure will have more times in the future. As a ColdFusion developer for many years, I have not had to worry about case sensitive code since my Java days. However, ActionScript and Flex are very case sensitive, so make sure that when you type one variable one way, that you type it exactly the same the next time you use it.

This also goes for using any of the RemoteObject destionations as defined in the services-config.xml file. If the destination is ColdFusion (note the capital F) then the destination attribute in your RemoteObject tag needs to be ColdFusion as well.

Popular Posts

From Flex

1 Comment
  1. You can thank my error for this wonderful post! Pay attention!!!!

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS