Rendering External Views

So what if I want to render a view outside of my application without using the setting explained above? Well, you use the externalView() method.

<cfoutput>#externalView(view='/myViewsMapping/tags/footer')#</cfoutput>

Last updated

Was this helpful?