difference between attribute and parameter?
843840Sep 17 2001 — edited Dec 17 2001Hi everyone,
I am new to JSP and I am confused about one thing. What is the difference between attribute and parameters?
Also, I am currently trying to save some data from a html form into the session. I have a form with some input fields, like this one:
<input type="text" name="fname" "value="Steve" >
How can I put this data into the session so that when the user loads another page, so that I can retrieve it from the session and it will remember what is the data stored in this field?
Please Help! Thanks a lot!!
calo