> We are upgrading from CF 8 Ent to 9 Ent - the following example runs fine on 
> CF 8, but once in CF 9 it fails with
> "Error retreiving markup for selected element.. not found", the page returns 
> a 404. Here's the interesting part - as
> soon as I remove the "source=" argument in cflayoutarea, the error goes away. 
> It only happens when I specify a
> source.  Does anyone have any suggestion on what might be going on?  The 
> basic stuff already set:
>
> * "selectpage.cfm" exists and is valid and is is same directory.
> * CFIDE is in a virtual directory
>
>
> <cfajaximport  
> tags="cfform,cfwindow,cfdiv,cflayout-tab,cfmenu,cflayout-border" />
>
> <cfoutput>
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> <html>
>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
> <title>Test Title</title>
> </head>
>
> <body>
>
> <cflayout type="vbox">
>
> <cflayoutarea  overflow="hidden" name="selectpage" source="selectpage.cfm"  />
>
>                <cflayoutarea size="25" name="layoutbottom">
>    Here is the layout bottom
>                </cflayoutarea>
>
> </cflayout>
>
> </body>
> </html>
>
> </cfoutput>

Are you also using CFAJAXIMPORT in selectpage.cfm?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training cent

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343322
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to