Skip to main content
May 21, 2007
Question

How can I preview assembled pages (lots of nested CFIncludes)?

  • May 21, 2007
  • 1 reply
  • 194 views
We're using a Web Site Publishing application that creates index files that merely contain references to CFIncludes - nested to up to 5 levels or so (totaling up to 50 includes...).

Does anyone know of a way to preview the page with all the code that the CFIncludes contain? (Before it's turned into HTML.)
    This topic has been closed for replies.

    1 reply

    Inspiring
    May 21, 2007
    You could probably hack something together using <cffile> (possibly recursive?) and loop over each line (delimiter="#chr(13)##chr(10)#")

    Not a great solution, but I can't really think of another way to accomplish what you are asking for.