Re: File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-13 Thread Lukasz Lenart
sob., 10 maj 2025 o 07:09 Jesus Moreno napisał(a): > 2025-05-09 01:00:25 WARN File:79 - Struts has detected a file upload UI tag > (s:file) being used without a form set to method 'POST' > (Despite being > correctly declared) This can be related to cached JSP files, please remove them from the c

Re: ActionFileUploadInterceptor Issue

2025-05-13 Thread Zoran Avtarovski
Thanks Lukasz, We got the file-upload test app to work without any real issues. It's no a case of adding all the interceptors and other libraries we use to see which is changing the request object. I've got one of the young guys on it. They are having so much fun right now :) Z. On 14/5

Re: ActionFileUploadInterceptor Issue

2025-05-13 Thread Lukasz Lenart
Could you check if this example works for you? https://github.com/apache/struts-examples/tree/main/file-upload wt., 13 maj 2025 o 08:28 Zoran Avtarovski napisał(a): > > Hi Lukasz, > > That's what I thought initially, but we only use the spring plugin for > dependency injection and the tomcat chan