PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: salimbensiali on January 14, 2012, 08:21:41



Title: Bug Report MacroCommand class
Post by: salimbensiali on January 14, 2012, 08:21:41
Hi There,

I would like to report bug. It is a missing this.parent(); call in the constructor of the MacroCommand class.

In my use case I was adding specific subcommands in a macrocommand based on what a proxy was returning. But I found out that I could not retrieve that proxy from the macrocommand because the reference to the facade singleton was not initialized.

Salim