Hi,
I have a:
----------------
> form class.
FormFile photo;
>
jsp
the corresponding html:file
---------------
I am successfully receiving the file in the server.
However, when the page is forwarded back to the same page (e.g. after successful transaction, or to display that one of the input fields failed validation), the FormFile file path box is not repopulated with the selection that the user previously did.
It is quite cumbersome for user to re-select file, especially when there are many FormFile fields in the page.
(I already googled for samples and all are the same with my codes.)
Is this a limitation on FormFile of
struts 1 that we should accept, or am I doing something wrong? Any other solutions if this is a limitation?