Hi Dave

I actually tried using just content and full HTML code but could get neither
to work.  However, I was unaware of the cfhtmlhead tag.  That looks like it
may be pointing me in the right direction.  I tried it and I'm still having
problems. Here is the code on the spry page:

<cfsavecontent variable="t">
        <cfoutput>
                var #toScript(url.id, "_equipID")#; 
        </cfoutput>
                
        var dsTraps = new Spry.Data.XMLDataSet(stuff for setting up the
dataset here....);
        dsTraps.loadData();
</cfsavecontent>

<cfhtmlhead text="#t#" />

<output dsTraps into a table here....>

On the "parent" page, when I select the tab that calls this page, the
content of variable "t" is output on the tab, along with an empty table
where the spry data should be.

Any suggestions from here? 

Thanks
Steve


-----Original Message-----
From: Dave l [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 28, 2007 10:40 PM
To: CF-Talk
Subject: Re: CFLayout and Spry

Are you trying to use a full html page?(the spry page)

You "should" only be using content and not the full html code as you would
be putting a full html page into another which can cause issues.

If you are just putting content then also make sure you are adding the spry
calls into the html head with cfhtmlhead.




>Hi all
>
> 
>
>I'm using a tabbed cflayout.  The source for a particular tab points to a
>page that uses spry.  When viewed on its own, the spry page works fine, but
>it does not work in the cflayout.  Apparently there are issues with using
>spry and cflayout like this.  Has anyone successfully implemented such a
>scenario that could offer any pointers?
>
> 
>
>Thanks
>
>Steve
>
>
>---
>--- 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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