| Author |
Struts2 textfield onChange not working properly
|
Pooja Shah
Greenhorn
Joined: Jan 05, 2009
Posts: 13
|
|
I have a textfield on whose onChange event i display an alert.
The alert does get displayed but not immediately after the edit in the textfield.
After editing, if i click on the page, or tab to the next field, it gets displayed.
Is this how it is supposed to be? More like onBlur...
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9191
|
|
|
If you want to call a javascript method after any key press, then use onkeypress event...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: Struts2 textfield onChange not working properly
|
|
|