So is there a way to reload the app from within the controller? Anyone? Or should I just use the cfttp method?
On May 25, 7:47 pm, Jeff Gladnick <[email protected]> wrote: > not necessarily - the reload call would not be made from the init. > You'd have to call a specific event which would reload the app. > > On May 25, 6:13 pm, Chris Peterson <[email protected]> wrote: > > > wouldn't reloading from the controller then recreate said controller, > > which would then invoke the reload event, which would recreate the > > controller, which would..... oh no I just went cross-eyed > > > Sent from teh phone > > > On May 25, 2009, at 8:12 PM, Jeff Gladnick <[email protected]> > > wrote: > > > > Yeah, > > > > I considered that, but was hoping there was a way to call it > > > internally intead of via the url > > > > On May 25, 2:23 pm, Sean Coyne <[email protected]> wrote: > > >> hmm not sure its really the best way to reload the app, but you could > > >> do it by doing a cfhttp call to your domain and use the reload key/ > > >> password. > > > >> so <cfhttp url="http://my.domain.com/mgapp/?init=1" method="get" /> > > > >> Or even a cflocation call. > > > >> That said seems to me to be an awkward place to reload the app. > > > >> Sean > > > >> On May 25, 4:07 pm, jeff <[email protected]> wrote: > > > >>> Is it possible to reload the entire MG (unity) application from > > >>> within > > >>> the controller? --~--~---------~--~----~------------~-------~--~----~ 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 . -~----------~----~----~----~------~----~------~--~---
