Ok.. It seems that I was using "Do" instead of "include" in the fusebox.xml file. :)
Phillip M. Vector wrote: > Strange... > > I have header loading up before the framesets are generated and that > seems to be the issue. Is there a rule that says framesets need to be > above the body tag? > > Phillip M. Vector wrote: >> If it's any help, I'm using a headed (which just puts up the stuff up to >> and including body) and footer (which closes body and html tags). When I >> look at the source, the frameset commands aren't there. >> >> Phillip M. Vector wrote: >>> I seem to have allot of questions today. :) >>> >>> <frameset cols="215,0,*" frameborder="no" border="0" framespacing="0"> >>> <frame name="Navigation" src="index.cfm?fuseaction=Main.Menu" >>> scrolling=Auto noresize> >>> <frame name="Music" src="index.cfm?fuseaction=Main.Music" >>> scrolling="No" noresize> >>> <frame name="Main Window" src="index.cfm?fuseaction=Main.Welcome" >>> noresize> >>> </frameset> >>> >>> The fuseactions are defined like this.. >>> >>> <fuseaction name="default"> >>> <include template="dsp_ShowFramesTest.cfm"/> >>> </fuseaction> >>> >>> <fuseaction name="Music"> >>> <include template="qry_GetPlayer.cfm"/> >>> <include template="dsp_music.cfm"/> >>> </fuseaction> >>> >>> When I go to that fuseaction of main.default, it doesn't display any >>> frames. It just goes to a blank screen. >>> >>> What am I doing wrong? >>> >>> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280664 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

