> > > > The problem with cfinclude : it performs a dynamic 
> > > > SSI, not a static SSI. Even if you include an html 
> > > > page, it will be still parsed and considered as a 
> > > > ColdFusion template. The results : with trusted cache 
> > > > turned on, it will never serve new includes... (even 
> > > > if you delete the html cache file).
> > >
> > > Have you tried including the HTML file using JSP:include?
> > 
> > Indeed, it might work. Unfortunately, we're using CFMX 6.1 
> > Standard (ex. Pro), so we don't have access to JSP features
> > /taglib.
>
> You don't need to use the tag itself, just do 
> getPageContent().include("path here").

I was under the impression that this would treat the page as dynamic content
at runtime, just like CFINCLUDE.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to