I am migrating my code to a new server from version 4.5 to 5. I have a CFGRID that is loaded with a query. Works fine on old server. The new server it hangs, not being able to load class.allaire.controls2.CFGRIDApplet.class. Eventually it gets a java.lang.classNotFound exception for tha above file.
When viewing the source of the working version, an applet is created with the griddata and griddescription. On the new server, it is building an object rather than an applet.
When viewing the source of the working version, an applet is created with the griddata and griddescription. On the new server, it is building an object rather than an applet.