I am taking a 1st stab at trying to run a MG2 app under MG3. It looks like the onRequestStart is not firing for included controllers. Is there a change in version 3 regarding this? modelglue.xml --------------------- <modelglue> <include template="/config/authenticate.xml" />
authenticate.xml ------------------------ <modelglue> <controllers> <controller name="AuthenticationController" type="controller.AuthenticationController"> <message-listener message="OnRequestStart" function="setUserInfo" /> my setUserInfo() function is not running. Is there a resource for the differences in version 2 to be changed to run under 3? I have searched around and found references that version 2 apps should run as is for version 3, and found others that stated the controller type has to be modified. Obviously the controller extends has to be changed to: ModelGlue.gesture.controller.Controller, but other than that are there any gotcha's? Thanks, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
