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

2025-06-03 Thread Jesus Moreno
go] is blocked! > > 2025-06-03 12:48:21 DEBUG InstantiatingNullHandler:106 - Entering > > nullPropertyValue [target=[mx.com.struts.action.HelloAction@4489b4fa, > > org.apache.struts2.text.DefaultTextProvider@287a1ff7], property=miLogo] > > > > As comment I changed file name as miLogo because I was try

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

2025-06-03 Thread Jesus Moreno
to the struts filters? We > had a similar issue which was resolved by moving to the combined > StrutsPrepareAndExecuteFilter. Sitemesh also played a part in our issue, > but I think by what you are seeing it's worth trying. > > Z. > > On 1/6/2025 6:29 am, Jesus Moreno wrote

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

2025-06-03 Thread Jesus Moreno
rovski () escribió: > Hi Jesus, > > What does your web.xml look like with regards to the struts filters? We > had a similar issue which was resolved by moving to the combined > StrutsPrepareAndExecuteFilter. Sitemesh also played a part in our issue, > but I think by what you are s

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

2025-05-31 Thread Jesus Moreno
ion e) { // TODO Auto-generated catch block e.printStackTrace(); } // Nombre de tu campo } } } After this investigation, we appreciated your feedback if there's any version where this issue we've identified has been resolved, or how we can make file uploads work properly.

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

2025-05-12 Thread Jesus Moreno
, ut...@web.de.invalid, wrote: > My configuration: > Wildfly 33 > Eclipse as IDE > > I suppose you have already Struts DevMode. > Sometimes a warning gives me a hint. > > Gesendet mit der mobilen Mail App > > Am 12.05.25 um 18:24 schrieb Jesus Moreno > > > Thanks

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

2025-05-12 Thread Jesus Moreno
at 8:43:31 AM -0600, Ute Kaiser , wrote: > I am also sorry because I can not see the difference why my upload is working > and yours is not. > > Best regards > Ute > > > Gesendet: Samstag, 10. Mai 2025 um 18:45 > > Von: "Jesus Moreno" > > An: user

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

2025-05-10 Thread Jesus Moreno
You did not give much info on your jsp. > Here is my part: > > Perhaps you can strip down with less struts.xml configuration to find a > solution to your problem. > Good luck > Ute > > > > Gesendet: Samstag, 10. Mai 2025 um 05:42 > > Von: "Jesus Moreno&quo

File Upload Failure in Struts 7.0.3 Migration - UploadedFilesAware Implementation Issue

2025-05-09 Thread Jesus Moreno
I'm migrating an application from Struts 2.5 to 7.0.3 and encountering persistent issues with file upload functionality despite following the documentation. The UploadedFile object remains null in my action class, even with: - Correct UploadedFilesAware implementation - Proper multipart form conf