I am very new to servlets. I have a jsp page that calls a servlet which is executed on a submit button within a form.
It works, returning the data to the page. However I would like my servlet to be executed on load of the jsp.
I am very new to servlets. I have a jsp page that calls a servlet which is executed on a submit button within a form.
It works, returning the data to the page. However I would like my servlet to be executed on load of the jsp.