Hi Brian, Please make sure that the client side class of your extension (UIActionTextField) is available in a jar on the client side along with ULC client side jars.
Make sure that this jar is specified in your Applet tag's archive and in JNLP file's resources. You will have to make a separate class for UIActionTextField instead of the inner class as it is right now. Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of McCarty, Brian Sent: Wednesday, September 06, 2006 7:27 PM To: [email protected] Subject: [ULC-developer] UITextField double-click I extended UITextField to add a mouse listener to detect a double-click in a text file. I added ulc-base-client.jar to the project as an external JAR. The double-click in the text field works well when run from the visual editor. However when deployed to a Tomcat server it failed with the following error: "Unrecoverable error. The application will be terminated. Couldn't create instance of net.misd.DblClick$UIActionTextField" Any help would be appreciated. Thanks, Brian _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
