Re: Re: Struts 2.5.x to 6.4.0
John Wilson <[email protected]> Tue, 28 Jan 2025 09:23:29 -0500
| Newsgroups | gmane.comp.jakarta.struts.user |
|---|---|
| Message-ID | <CAOqZQtaBTwZ8hM+J4mL6ZBhJDri+Vedi1vK5Kd0bFX7nhh9LgA@mail.gmail.com> |
Hi Lukasz, Thanks I will request a jira account and open a ticket. In the meantime, is it possible to create a custom TypeConverterCreator to then call upon the createBean method and get this working? Maybe implement the TypeConverterCreator and redefine in struts.xml? -J On Tue, Jan 28, 2025 at 8:40 AM Lukasz Lenart <[email protected]> wrote: > wt., 28 sty 2025 o 14:22 John Wilson <[email protected]> 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’m wondering if this a bug related to > > > > > https://issues.apache.org/jira/browse/WW-4996?jql=project%20%3D%20WW%20AND%20fixVersion%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? > > Looks like this is the case, I've checked DefaultValidatorFactory and > it uses ObjectFactory#buildBean() - feel free to register an issue yet > it will be addressed in Struts 6.7.1/6.8.0 > > > Cheers > Łukasz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >