Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

difference between attribute and parameter?

843840Sep 17 2001 — edited Dec 17 2001
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2002
Added on Sep 17 2001
2 comments
475 views