I have this question,
when some one clicks on submit button on a page assume this happens,
two JSP
requests go to the server.
- Would there be two htmls or just one html response by the server.
- If there is only one html response for Two
JSP
requests, how is this achieved?
Thanks