how to communicate a jsp page with the servlet
hi frndz
I have a problem in communicating a jsp page with the servlet page
i have a o/p jsp file that is showaing some list of file like below
change of name .txt
registration file.txt
.....
..... so many
what actually i want , is that when i click on each file then the contents of that file should goes to an another servlet Page that is present inside the same diresctory.
and also tell me after passing the file how to retrieve it in servlet.
thanks for responses

