Hi,
I'd like to ask if there is in the JSP events such as the swing (eg: ActionEvent)?
Hi,
I'd like to ask if there is in the JSP events such as the swing (eg: ActionEvent)?
No. There are not.
If you want something similar (not equal), you could give JSF a try for your Java based web applications.
Events on the client side are to be handled by javascript. If you need to send any information back to the server, use AJAX or a <form>
.