-
29 Jan 2009 5:47 AM #21
combo2 resets to the orginal value, which is "name 2"
-
29 Jan 2009 5:50 AM #22
hmmm...
in Field.java I see
but I need reset this value to null..Code:originalValue = value;
this is the better soluction?
Code:combo1.addListener(Events.Select, new Listener<BaseEvent>() { public void handleEvent(BaseEvent be) { combo2.setValue(null); combo2.clearInvalid(); } });
-
29 Jan 2009 5:57 AM #23
I think that the original value.. should be set int setOriginalValue..

-
24 Feb 2010 3:08 AM #24


Reply With Quote