-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Normal
-
None
-
Affects Version/s: 6.5.0
-
Component/s: Components
-
Environment:
windows 8, eclipse juno
-
None
I have a textbox, and an upload button. I want button to be enable, if textbox value value is not null. <attribute name="onChanging"> enable/disable button immediately but if i move it to java onChanging$id method, i need to clik on button or somewhere else before button gets enabled/disabled.