session set/get
Hi,
I have this issue with jsp files using the
session.setAttribute and
session.getAttribute
I have and two jsps.
so what I am trying to do is use the session methods to get values.
Here is the situation:
the first jsp asks the user for some data like this:
<input name="name1" type="text">
so, in the second jsp I would receive that data using the session.getAttribute,
but I just can't do it, its like the value never gets passed.
and I don't want to use the
<form>
or the request.getParameter,
how can I solve this?
thanks for any response...
Message was edited by:
derok

