Re: Instantiated CFC behaving incorrectly in IE7 & Safari, but wo rks in Firefox

2008-07-21 Thread Russ Shakespear
>> I've got a simple component that I'm instantiating to 
>
>There is nothing in the code you've shown that is browser-specific. So, the
>problem is somewhere else.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virginia, or on-site at your location.
>Visit http://training.figleaf.com/ for more information!

You were right. I have been troubleshooting this code when all along it was an 
AJAX issue. I was starting to think I was going crazy over this. 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309350
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Instantiated CFC behaving incorrectly in IE7 & Safari, but wo rks in Firefox

2008-07-21 Thread Dave Watts
> I've got a simple component that I'm instantiating to 
> maintain a persistent variable. Basically, the CFC checks for 
> new entries in a table, and if there are any, sets this 
> variable to be the last entry's id. The next time the CFC is 
> called, it will check for new entries using this variable as 
> the starting point.This works perfectly in Firefox, but not 
> IE or Safari. It appears as though the variable is never 
> set/stored, and remains at 0. I'm not sure what I'm missing, 
> but I can't find any documentation about why a CFC might 
> behave differently in different browsers. What am I missing???

There is nothing in the code you've shown that is browser-specific. So, the
problem is somewhere else.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309342
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4