Hi,
I recently did an upgrade from a perfectly working 9.0.0 installation of enterprise edition ColdFusion, to version 9.0.2 with CHF1. And with this, some cfm pages that used to work earlier in 9.0.0 are broken. I realised that it is breaking on pages that have cflayout type = "tab", so assume its something to do with tabs in the pages.
The error displayed when visiting such pages:
36 : <cflayout type="tab" name="mytabs" tabHeight="650">
37 : <cflayoutarea title="someName" name="Tab1" >
38 : <cfinclude template="someFile.cfm" />
39 : </cflayoutarea>
Please let me know what is causing the issue, and where I can look at to have my tabbed pages display properly in version 9.0.2.
Note -
1. these used to be perfectly fine in 9.0.0
2. pages without tabs are all working fine. no issues here. even graphs are loading fine.
Thanks!