adding action listener to a page
Hai all,In my JSp page i have a combo box and i want to add a value change listener to this combo. I don't want to use javascript so Which listener shall i use?
# 5
In responding to client side events on an HTML page you can't get away from javascript. Java is not running on the client machine. So if you want the screen to respond when the user selects an option from the dropdown box, then you have to use javascript because thats all there