Hi
Guys,
Is there any way to retain the current HTML page
even after the form is submitted to servlet.
To be more Clear if I am working on a form elements
of Page A and after some data entry it is posted to a servlet .if
there is error in the data entered (found after a
validation against the DB) I want a error message to be shown over Page A
itself, other wise show page B.
So is there any way to retain Page A till such
validations are made.
