A jsp page in which dynamic datas are there.
I want to get the html of the jsp page which is shown in the browser , from the servlet.
I want to store the html of the jsp in a String variable.
is it possible to get the html source of the jsp file from a servlet. If yes . How?