Well I'm not familiar with (okay I haven't had time to look it over) the dot
notation idea. I can't see the dot notation really having anything to do
with how frames would work so.....
Here's the scoop on frames.
You call the frameset with your default fuseaction, then you have each frame
call a completely different fuseaction.
For example:
<cfparam name="attributes.fuseaction" default="home">
<cf_bodycontent>
<cfswitch expression="#attributes.fuseaction#">
<cfcase value="home">
<cfset request.headerfile = "">
<cfset request.footerfile = "">
<cfinclude template="blocks/dsp_makeframes.cfm">
</cfcase>
--- snip snip ---
now dsp_makeframes is yep you guessed it your frameset. now each frame
would call its own fuseaction.....
I.E.:
<frameset rows="*,100%" border="0" frameborder="0" framespacing="0">
<frame name="mule" src="about:blank" scrolling="no" border="0"
marginwidth="0" marginheight="0" frameborder="0" framespacing="0" noresize
style="display: none">
<frame name="main"
src="#request.webroot#/index.cfm?fuseaction=main&#request.urltoken#"
frameborder="0" marginwidth="2" marginheight="0" frameborder="0"
framespacing="0" noresize>
</frameset>
So unless your doing something like calling an invalid fuseaction AND
running your frameset page in the defaultcase statement. calling nested
fuseactions shouldn't really affect how your frames work.
Fred
----- Original Message -----
From: "Russ Johnson" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Sunday, February 04, 2001 2:01 PM
Subject: FuseBox 3.0 dot notation concepts and frames.
> After seeing Nats presentation on the dot notation idea for the new
FuseBox
> standard, I have one issue that I cant quite figure out. How does this
work
> with frames?
>
> If my root index page loads my frameset, I cant call back to it to load a
> circuit app because it will break me out of my frameset. Has this been
> addressed yet?
>
> I really want to start using the dot notation method and the xfa's but I
> have to have my frames!!
>
> Russ
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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