Ask a Question related to Macromedia ColdFusion, Design and Development.
-
darshanmehta #1
CF 6.1 Problems with CFGrid and CFTree
I get the following errors when i use a CFGrid Tag:
-----------------------------------------------------------------------
load: class coldfusion.applets.CFGridApplet.class not found.
java.lang.ClassNotFoundException: coldfusion.applets.CFGridApplet.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
----------------------------------------------------------------------
I applied the Hotfix for CFForm contorls as directed on the following link:
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18951[/url]
I also verified that the new path
C:\CFusionMX\runtime\servers\lib\hf53398_61.jar; shows up on the classpath
settings.
Has anyone experienced these problems?Any Pointers?
darshanmehta Guest
-
jump menu + cfgrid image width height problems
2nd day and no answer of anyone, please help! Just to simple questions: 1. HOw could I build a cfselect jump menu, since JavaScript does not work... -
cfGrid problems
Hi all, I can't get the flash version of cfGrid to display when I assign it the onChange attribute. If I remove it, it works fine. I get a... -
cftree + cfgrid
Hi all, I have a cftree and a cfgrid on the same page. The cftree is populated from a cfquery. When a user selects a item in the cftree i would... -
cfgrid / cfgridupdate problems
I've got a simple query to a MS Access 2003 database. I want to be able to edit records using cfgrid. I am able to delete records without problem.... -
CFGRID - Problems displaying in IE
Is anyone having problems getting the CFGRID (with the java plugin option) to display on IE. I'm finding that its working ok on Windows 2k boxes,...



Reply With Quote

