>Something like this could work for your needs.
>
>    <cffunction name="onRequestStart" returnType="boolean" output="true">
>        <cfargument name="thePage" type="string" required="true">
>        <!--- Let's re-initialize the application if "somename_refresh" is
>present in the URL. --->
>        <cfif StructKeyExists(URL,"somename_refresh")>
>            <cfset OnApplicationStart()>
>        </cfif>

Cool this did the trick.  Thank you!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276427
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to