C
chandu
hai
can i pass some values into a static html elemenets(like passing some
text into text field of a html file) from a servlet...a typical
situtaion is like this...
a user is creating new userid..when he submits the form server
checks for availability of userid in the database and gives dynamically
generated html file which looks same as the one user submitted...i dont
want servlet to create one html file by using printwriter..i want
server to return the same html file by keeping same valus user entered
before submission.how can i achieve this.
regards
chandu
can i pass some values into a static html elemenets(like passing some
text into text field of a html file) from a servlet...a typical
situtaion is like this...
a user is creating new userid..when he submits the form server
checks for availability of userid in the database and gives dynamically
generated html file which looks same as the one user submitted...i dont
want servlet to create one html file by using printwriter..i want
server to return the same html file by keeping same valus user entered
before submission.how can i achieve this.
regards
chandu