sure, I think I understand... I'm not sure what sendapprequest is... but I
could be confusing here... let me give you some code to look at...
..... the fusebox (index.cfm)
<cfcase value="login">
<cfinclude template="dsp/dsp_login.cfm">
</cfcase>
<cfcase value="checklogin">
<cfinclude template="act/act_checklogin.cfm">
</cfcase>
<cfcase value="msg">
<cfinclude template="dsp/dsp_msg.cfm">
</cfcase>
<cfcase value="home">
<cfinclude template="dsp/dsp_home.cfm">
</cfcase>
.... login is the form that I would like to include in various parts of the
application, for example
I need it in the middle of the home file... text... login box... text...
I didn't think I could request the file directly according to fusebox, and I
can't do a cfinclude like <cfinclude
template="index.cfm?fuseaction=test">.... and if I use cfmodule so I can
pass the attributes I get the app_layout again... page within a page.
So, my question is, how can I include a piece of code (say the login box)
ANYWHERE without getting this effect. Somehow turn off the app_layout?
call the file directly??
I'm not sure...
thanks, Jason
-----Original Message-----
From: Roger B. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 13, 2000 10:27 PM
To: Fusebox
Subject: RE: body content
> I am using body content - I want to call another fuseaction from the same
> fusebox... but the bodycontent is inside the body content...
Jason,
Why not just change the CFLOCATION call in "sendapprequest" to <CFINCLUDE
template="DSP/dsp_msg.cfm"> ? There's nothing to stop you from including the
same template in two different fuseactions, unless dsp_msg.cfm is doing
something non-obvious.
--
Roger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists