I tested the empty file upload behaviour using the example app https://github.com/apache/struts-examples/tree/main/file-upload It uses single <s:actionerror/> tag and based on struts-default package, and I get single error message:
> File zero.txt for field upload is empty (0 bytes). Empty file uploads are not > allowed. I assume you have used a custom interceptor stack (as you have mentioned early) and that was the cause. Cheers Ćukasz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
