Re: Radio button selection is not being saved on the front end

2024-03-09 Thread Lukasz Lenart
śr., 6 mar 2024 o 08:08 Mahabir Gupta napisał(a): > DotsCarRental dotsCarRental = new DotsCarRental(); > dotsCarRental = (DotsCarRental) > session.getAttribute(DBConstants.sessionCarId); You don't have to create an instance if in the next line you assign a value from session, this is enough:

Re: Can I use Thymeleaf as the template engine for Struts 6?

2024-03-09 Thread Łukasz Lenart
Thymeleaf isn't officially supported by Struts (and the Struts Devs), yet I checked the plugin [1] which doesn't look like a rocket since. Because of legals, the author would have to donate the plugin to Struts. In other case you can just include the plugin's code and a new result in your code