Re: Re: Struts 2.5.x to 6.4.0

2025-01-28 Thread John Wilson
at 8:40 AM Lukasz Lenart wrote: > wt., 28 sty 2025 o 14:22 John Wilson napisał(a): > > I did go through the constants and update as required. We have the > > typeconverters defined application wide using the > > struts-conversion.properties. > > > > Although I’

Re: Re: Struts 2.5.x to 6.4.0

2025-01-28 Thread John Wilson
%20%3D%206.0.0 As to create the type converter it now goes through the renamed StrutsTypeConverterCreator. It seems to use the createConverter, instead of createBean? Thanks for your help, J On Tue, Jan 28, 2025 at 12:50 AM Lukasz Lenart wrote: > pon., 27 sty 2025 o 15:31 John Wilson napisa

RE: Re: Struts 2.5.x to 6.4.0

2025-01-27 Thread John Wilson
Yes. It should be using Spring to inject it as it did on 2.5.33. We have the struts2-spring-plugin which my understanding sets the object factory in the web.xml to spring. On 2025/01/26 06:29:29 Lukasz Lenart wrote: > czw., 23 sty 2025 o 17:51 jw1474674 napisał(a): > > Hi, I’m facing issues upg