perhaps it is looking for the file in the wrong location, trying specifying
the path relative to the website root and see if that works.



On Sat, Mar 26, 2011 at 2:10 AM, Jeffrey Carpenter
<jeff.carpen...@asu.edu>wrote:

>
> 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>
>
>
>
> Jeff Carpenter
> Computing Manager, Engineering Technical Services
> Ira A. Fulton School of Engineering at Arizona State University
> Tempe, AZ 85287-5206
> (480) 965-2459 voice
> (480) 965-7938 fax
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:343298
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to