Hi David,
If I remove the value property from the s:file tag, then when the action
returns from a validation error to the input-result the page will not fully
render, stopping just before the s:file tag, presumably there is an exception
in the s:file tag. Strange, I know, luckily I have a solution for this issue by
declaring the value property of the s:file.
The larger issue though is the source of the 'Invalid field value for field
"upload".' field error coming from the FileUploadInterceptor. I know this
because if I don't browse for a file and submit the form then everything works
as expected.
I have tried a number of solutions; adding clean up filter before struts,
upgrading dependencies to the latest and incrementally trying all versions, and
etc. Any further suggestions?
Thanks,
Earle