Re: FormFile validation

2006-02-21 Thread Raja Sekhar Vujji/xinthe
"Struts Mailing List" cc Subject FormFile validation Hi all, I have a formfile and a bean with getters and setters. When validation fails, the other fields get the values already inserted, but the file input field gets empty and must be reselected. Is this normal, or is ther

FormFile validation

2006-02-21 Thread Markus Demetz
Hi all, I have a formfile and a bean with getters and setters. When validation fails, the other fields get the values already inserted, but the file input field gets empty and must be reselected. Is this normal, or is there a way to keep the file location in the input field? thanks, Markus