Hello all I need to pass my view to the presentation model I have created for the view. I need to pass the view object in the constructor of presentation model. How can I do that? I tried doing this...
public var pmodel:PModel = new PModel( View(this) ); // This gives an undefined View function error. Please help!!! Thanks and Regards ShiVik

