Hello.
I want to pass an attribute from a
jsp to
servlet I have tried
request.setAttribute("att", vector); in the jsp
the in the servlet
vector (Verctor)request.getAttribute("att");
but it doesn�t work
Does it only works from servlet to jsp and not in the other way?
Thanks