I'm not sure if this will help but I've been dealing with a similar issue recently relating to CFGRID which also relies on a java applet. The problem we were having was not so much browser version related as it was JDE version related (java runtime environment). The JDE version that seems to work ok with CFGRID is 1.3.0* and possibly 1.3.1*.
Later versions such as 1.4* no longer allow passing certain types of data in ways the earlier versions did which "breaks" these applets' functionality. Since your application sounds like it's only being used by a controlled number of users you might try the following (this assumes you are using Windows as your OS): On each computer that needs to access these apps, Rename the folder that contains java version 1.4 if you have it. This ought to be in c:\program files\java. Rename the folders that contain any earlier versions of java. These ought to be in c:\program files\javasoft\JRE. Then point your IE6 to a page with your tree control. It should sense that you don't have a JRE installed and also should then automatically download and install JRE 1.3.0_01. In our case, the CFGRID started working again. I hope this helps. I think it sucks that MM has not addressed this other than to suggest this type of work around. You can find numerous older versions of the JRE at http://java.sun.com/products/archive/ There is also quite a lot of discussion about this issue on the online forums for Cold Fusion at http://webforums.macromedia.com/coldfusion/ Regards, Stephen > The problem is that CFTREE (and I assume CFGRID) don't work with IE6 > or NN6.2 browsers. They'll display the tree but not pass the node > values to the form. So CFTREE applications appear to work at first > sight, but when you click "submit" on the form they're passing > values to, you get an error. This is apparently related to the > versions of the java plugins and the version used by CF5. (I have > no idea if the problem is also in CFMX. I don't use it yet.) ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

