Is it possible to get the list/ values in html/jsp from
servlet?
I have a table inside an html/jsp page and when the user clicks a button I need to refresh the whole page with some additional text message.
Currently what I am doing is that I am using a
java bean for the
jsp page that contains a list of values inside the table then store it in session but I think there is a better way without storing it in session.
I tried using request.getParameter() but it only returns
string.