I have a generic html cfgrid which is bound to a CFC that returns a large 
amount of data.  The test page is at http://67.199.57.74/jobsearchlog/, select 
the Jobs tab in the side menu and select saved jobs.  

The number of returned fields are large enough that I want to break the content 
into tabbed subject areas for ease of editing the values.  This is a simple 
example of what I am trying to do which works in Firefox and Safari but not in 
IE.  

<cfform>
     <cfgrid>
     <cfgrid>
     <cflayout type="tab">
           <cflayoutarea name="ad"  title="Ad" source="AdTab.cfm"/>
           <cflayoutarea name="job"  title="Job" source="JobTab.cfm" />
           <cflayoutarea name="company"  title="Company" 
source="CompanyTab.cfm" />
     </cflayout>
</cfform>

In Firefox if I place cfform tags around the form elements in the tab source 
pages the cfinput fields will bind to the grid without a problem. 

If I run the same code in IE the binding fails on the first bound cfinput 
element. If I run the page with the cfdebug=true URL parameter there are no 
errors other than the fact it can't bind to the first field.  

In both browsers I can run the code by placing the tab code directly in the tab 
instead of the source. 

Is there something I am missing here to get it to work the "right" way? 

Michael




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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