heko
09-05-2002, 10:29 AM
Hi,
I need some help with a form. I'm new to jsp but not to java.
In the form the user click on a browser button to choose a file to upload, fills in two text fields that are validated and clicks ok. The problem is if one of the text fields are incorrect, the user gets a pop up window with the error message and clicks ok. Then history.go(-1) is activated but only the text fields have the filled in values not the file field. I want all the filled in values to remain.
Please help!
Thanks!!!
//heko
I need some help with a form. I'm new to jsp but not to java.
In the form the user click on a browser button to choose a file to upload, fills in two text fields that are validated and clicks ok. The problem is if one of the text fields are incorrect, the user gets a pop up window with the error message and clicks ok. Then history.go(-1) is activated but only the text fields have the filled in values not the file field. I want all the filled in values to remain.
Please help!
Thanks!!!
//heko