Your problem might be that the applet itself isn't being loaded. By default the applet is called from /CFIDE/classes/ folder (check out the Source view on the page that is trying to show the applet). If this path is not accessible to the browser then the applet won't load. You need to either copy the CFIDE/classes folder to your web site's root or specify a mapping in your web server pointing to the right place.
HTH, -Max ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com 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

