Turned out to be my super efficient request caching was flawed - worked well for one object :-}
On 29 January 2010 10:52, AJ Mercer <[email protected]> wrote: > Thanks Chris - did that on two browser and it did not resolve the issue. > > There is something totally wacked going on... > > tree.cfc getLeaves() has an SQL that returns two records for the broken > part of the site tree. > > But > application.fapi.getContentObject() > is returning the same struct twice - the one for the first node. > > What would cause this to happen? > > > > On 29 January 2010 01:47, Chris Kent <[email protected]> wrote: > >> AJ, >> >> When I have had the site tree spinner problem in the past - a quick >> clear of site cookies and log back in got it working again. >> >> I think there is a cookie that stores the last open/closed state for >> the nodes. >> >> Chris. >> >> On Jan 28, 6:23 am, AJ Mercer <[email protected]> wrote: >> > My site tree is stuck on a node, that as far as I can tell has all the >> > relationships in the database. >> > >> > The particular node has two items attached. >> > Both are in dmNavigation_aObjectIDs >> > Both are in refObjects with the correct typename >> > And they are both in their type table >> > >> > Anywhere else there should be a record? >> > >> > I have run Rebuild Tree Metadata, updatedapp and bounced CF >> > >> > Below is what is in view source >> > 'Portfolio Valuation' has a struct, but the second object does not. >> > >> > <script> >> > _tl1=new Object(); >> > _tl0['69A794D7-19BB-DF65-7B14B1988AEE7981']=_tl1; >> > _tl1['OBJECTID']='69A794D7-19BB-DF65-7B14B1988AEE7981'; >> > _tl1['ANAVCHILD']=''; >> > _tl1['TYPENAME']='dmNavigation'; >> > _tl1['LABEL']='My Accounts'; >> > _tl1['STATUS']='approved'; >> > >> > _tl1['AOBJECTIDS']=new >> > >> Array('E6DB8850-FA9D-11DE-B976000C2922131A','7B705F60-FF42-11DE-91A3000C292 >> 2131A'); >> > _tl1=new Object(); >> > _tl0['E6DB8850-FA9D-11DE-B976000C2922131A']=_tl1; >> > _tl1['OBJECTID']='E6DB8850-FA9D-11DE-B976000C2922131A'; >> > _tl1['TYPENAME']='stockbroker'; >> > _tl1['LABEL']='Portfolio Valuation'; >> > pt=new Object(); >> > p['69A794D7-19BB-DF65-7B14B1988AEE7981']=pt; >> > pt['E689D202-EC06-56B0-C3F0E3D7A54A9A03']=1; >> > pt['E689D2B1-D797-240F-53534186AFD119ED']=1; >> > pt['E689D2D2-A257-0547-41617FF02EE7A585']=1; >> > pt['E689D235-FDCC-1B10-FC659CA1FDF77C1D']=1; >> > pt['E689D28C-A886-56BE-BC48F514253BBC9C']=1; >> > pt['E689D250-E0AA-3E4C-8EF77C7D8AB212B5']=1; >> > pt['E689D2A5-E097-4576-C31248CA0D52232E']=1; >> > pt['E689D591-0FA1-C0D6-59E34E7B6D15E30A']=1; >> > pt['E689D298-CC85-C22F-95829704E2D5B45C']=1; >> > </script> >> >> -- >> You received this message cos you are subscribed to "farcry-dev" Google >> group. >> To post, email: [email protected] >> To unsubscribe, email: >> [email protected]<farcry-dev%[email protected]> >> For more options: http://groups.google.com/group/farcry-dev >> -------------------------------- >> Follow us on Twitter: http://twitter.com/farcry > > > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
