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.