Clean up JSP HTML FORM

Hi there,Anybody know how can I keep my records o fields into a FORM page, I'm having problem with my informtion, just when I make cklick to submitt the page is clearence and I lost my fields information,My question is How can I keep my Input text field data?
[281 byte] By [RIMA33a] at [2007-11-26 14:53:06]
# 1

When you submit first your form, it is still the request, so you can either do the following

1. Get it directly on the request and repopulate the form

2. Store the values on a session, you can reuse the data to populate the form until your session ends.

3. Store them in a file, xml,db so even when the request or session is gone you can still repopulate your form.

jgalacambraa at 2007-7-8 8:41:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...