i have a doubt, this is my scenario, when an user (in register.jsp) click in 'register' would like to go to my servlet and do all the stuff that have to be done. And i would like to return a message in the same register.jsp that tells if the register was sucessful or not, i don't want to redirect to another .jsp.
Is this possible ?
I developed a box that appears in the register checking if the data that the user provide are valid, is in javascript + css, i would like to use this box, if possible.
Best regards, Valter Henrique.