(netbeans latest, windows 7)
So, from what I understood, once I start a servlet program
the html page with a form in it loads and I can debug the program only when I click the Submit button
at the end of the form.
if the form is doPost then by using the doPost function.
Now , if I would like to get into the servlet functions instantly when the
html page load ( in order to check for sessions and such)
how can I do it with using java commands?
( ** like the doPost but without the need to click any submit button** )
everything I googled was related to javascript or weird commands in the html that I dont understand
Thanks again,
Despairy