wt., 28 sty 2025 o 15:25 John Wilson <jw1474...@gmail.com> napisał(a): > 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?
Yes, it should be possible, implement and then define a new creator as a bean: <bean type="org.apache.struts2.conversion.TypeConverterCreator" name="myName" class="com.company.MyTypeConverterCreator"/> And then define the constant pointing to your implementation: struts.converter.creator=myName Cheers Łukasz --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org