Hi experts, I got problem in servlet. I have a web page that has two buttons (submit button and update button) , both buttons call the servlet. my question is how I let my servlet program distinguish the two buttons when one of the two buttons is pressed. the servlet contain two different contents , each content will run once the user click one button.
to be more specified, is there something like handling events between servlet and a web page like what we see in java GUI