ActionsScript 3: Calling nonexisting methods
Posted by pebuchmann_super on 05 Jul 2009 | Tagged as: Software Development
I have been wondering all along how it is possible to call a method that is not defined anywhere in that class and get something reasonable done, e.g. the method on the Cairngorm delegate that conducts the call to the server. After playing around with Grails I became aware of the fact that this mechanism [...]