Look into using the built in event: modelglue.onApplicationStart

As far as restricting the reloading, you may have to do this inside of your
application specific index.cfm page. At the moment, Model Glue doesn't look
at IP addresses.


DW




On Mon, Nov 29, 2010 at 4:02 PM, Ryan Stille <[email protected]> wrote:

> I would like to have some kind of popup or jquery notification when my
> app is reinitted.  It just confirms for me that I did enter the right
> reloadKey and everything worked as I expected.
>
> What is a good way to do this?  Is there some built in event that gets
> run when an reinit happens?  Alternatively I could add some code in
> the onRequestStart event that looks for URL.init and sees if its true,
> but that doesn't work if the reloadKey value has been changed.
>
> Also I'd like to add a restriction so that only certain IPs can cause
> the app to reinit.  I assume this code would go in the same place as
> my notification code.
>
> Any ideas? Thanks.
>
> --
> Model-Glue Sites:
> Home Page: http://www.model-glue.com
> Documentation: http://docs.model-glue.com
> Bug Tracker: http://bugs.model-glue.com
> Blog: http://www.model-glue.com/blog
>
> 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]<model-glue%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/model-glue?hl=en




-- 
Plutarch - "The mind is not a vessel to be filled but a fire to be kindled."

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

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

Reply via email to