The below example would be able to demonstrate the behaviour by creating these
two pages and refreshing the first page.
--------a.cfm------
<cfajaximport tags="cflayout-tab">
<cflayout type="Tab" >
<CFLAYOUTAREA TITLE="TEST" source="b.cfm">
hello this a test
</cflayoutarea>
</cflayout>
----b.cfm----
hello
<cfoutput>
#now()#
</cfoutput>
----end---
Any help or suggestions..
-Nas
Sorry I can't help solve the problem but thought I would add to the discussion.
Perhaps Adobe will pick up on this and rethink the ajax side of cf for cf9.
Cheers,
Dave
Was trying to figure out how to either make a new, or use a current, global
returnHandler function to change link styles to disable clicks while an ajax
call in running. Any thoughts?
instead of
<CFLAYOUTAREA TITLE="TEST" source="b.cfm">
hello this a test
</cflayoutarea>
I don't seem to have such problem though my cfwindow/cflayout etc tags are
quite complex...
window:global: Invalid argument.
(http://host/dir/index.cfm?cfdebug, line N)
In my case, line N is always 18. It can't be line 18 of index.cfm because no
matter how I arrange the code/whitespace in that section, it doesn't change.
I've pasted the view source into my editor and line 18 is typically the <html>
tag. oooookely Dokely!
I pulled the cfgrid widgets (html) out and voila! Infinite and MUCH faster
returns. What a shame! Cfgrid is much more coder and user friendly than
straight html tables and iframes.
Meantime I had to make the unfortunate compromise in my production app to
replace the grids with iframes.