I am new to the fusebox methodology, and hoping that someone might give me some 
structural pointers.

It seems like there will be plenty of situations where query content will be required 
to provide content to a display page.  In this scenario, is the preferred method to go 
back to the index.cfm page to include the query file, or is it ok to include the file 
directly from the display file?

How about conditional includes?  Should the following code be contained within the 
index.cfm or not?  Should includes be contained within the index.cfm file only?

<CFIF Attributes.UserName IS "Dave">
     <CFINCLUDE TEMPLATE="qry_Dave">
<CFELSE>
     <CFINCLUDE TEMPLATE="qry_NotDave">
</CFIF>

TIA,

Kevin

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to