If the page, for example, is /page/memberhome/whatever

The custom 404 handler calls index.cfm

Application.cfc executes, runs the parse url function, and returns an array
in the request scope with the variables parsed out, in the above case:

Request.rq.page = memberhome
Request.rq.whatever = empty string

When index.cfm is executed, it calls the appropriate template or function
based on the contents of the "page" variable




On 6/12/07 2:16 PM, "Claude Schneegans" <[EMAIL PROTECTED]> wrote:

>>> The application uses a function called in application.cfc to deconstruct
> friendly urls into ... Well ... Not so friendly urls.
> 
> Ok, but how ist the correct template finally called by the function?

-- 
Charles Sheehan-Miles
http://www.sheehanmiles.com
Author of Republic: A Novel of America's Future
http://www.amazon.com/gp/product/0979411424?tag=sheehanmiles-20




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:280838
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