It looks fine to me.  While you can use the contentvariable attribute in
either the <do /> or <include /> commands, they aren't required. If you
don't use them, then the information is output as it is created. 


Sandra Clark
==============================
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-----Original Message-----
From: Sung Woo [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 31, 2006 8:52 AM
To: CF-Talk
Subject: CFFLUSH and Fusebox 5

I can't get CFFLUSH to work with FB5. My main circuit.xml looks like this.
I'm still not that familiar with FB4/5 so I'm hoping somebody can point me
in the right direction. I've read somewhere that using do or include will
trigger cfcontentvariable, but I don't see how I can get around not using
those commands...thank you.

<circuit access="public">

<prefuseaction callsuper="false">
<set name="variables.pagetitle" value="Page Title" /> <do
action="layouts.header"/> </prefuseaction>

<fuseaction name="welcome">
<xfa name="grandparent" value="grandparent.sayHello" /> <xfa name="parent"
value="parent.sayHello" /> <xfa name="child" value="child.sayHello" /> <xfa
name="grandchild" value="grandchild.sayHello" /> <include
template="dspWelcome" /> </fuseaction>

<fuseaction name="home">
<xfa name="tests" value="tests.home" />
<xfa name="sitenews" value="sitenews.home" /> <xfa name="app"
value="app.home" /> <include template="dspHome" /> </fuseaction>

<postfuseaction>
<do action="layouts.footer" />
</postfuseaction>

</circuit>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258551
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