Hi Carsten, I need some more details.
How have you extended ULCTextField? Are you using your custom ULCTextField as a renderer in a ComboBox? Can you please send a small snippet? Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Keuch, Carsten Sent: Tuesday, September 26, 2006 10:58 PM To: Ulc-Developer (E-Mail) Subject: [ULC-developer] Problem with ULCTextField Hi all, i have a problem again... I derived ULCTextField and put it as an item to a ComboBox. I'm overwriting the two methods "setText()" and "toString()". When i'm trying to access this combobox item (represented as MyTextField) the following exception is thrown: com.ulcjava.base.shared.internal.IllegalArgumentException: No coder registered for class com.ulcjava.base.client.UITextField ..... A listener listens to this combobox and trying to access an object stored in MyTextField... By the way. It seems not to work overwriting the toString()-method. There is only the Object-toString method called ('cause of [EMAIL PROTECTED]) Can anybody held? Best regards, Carsten _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
