| I strongly recommend you to move to PureMVC, there you will not have this kind of worryings anymore. But, for your case, follow this article: http://www.gridlinked.info/cairngorm-secret-tip-3-responders-for-view-notifications/ Unfortunately, to trigger a "view" action like yours (having an error) you will need to avoid mvc pureness (cairngorm-ishism :P) Normally, the nature of cairngorm, makes view related things available/trigger when model changes. But in real life, it is not always like this, therefore please have the patience to try PureMVC, it is a lot like cairngorm (you will also ditch ModelLocator). --- On Mon, 6/1/09, pyskoluk <pyskoluk@...> wrote:
|