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

2024-03-12 Thread Lukasz Lenart
ton, it does sound like this is because the value is being >> >> processed as a string literal and not as an Ognl expression. >> >> >> >> Cheers, >> >> >> >> Nate >> >> >> >> -Original Message- >>

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

2024-03-11 Thread Lukasz Lenart
t; Nate >> >> -Original Message----- >> From: Lukasz Lenart >> Sent: Monday, 11 March 2024 07:23 >> To: Struts Users Mailing List >> Subject: Re: Radio button selection is not being saved on the front end >> >> pon., 11 mar 2024 o 04:54 Mahabir Gu

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

2024-03-11 Thread Mahabir Gupta
enart > Sent: Monday, 11 March 2024 07:23 > To: Struts Users Mailing List > Subject: Re: Radio button selection is not being saved on the front end > > pon., 11 mar 2024 o 04:54 Mahabir Gupta napisał(a): > > The radio button is working perfectly when using Struts2. I only did a

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

2024-03-11 Thread Nate Kerkhofs
l and not as an Ognl expression. Cheers, Nate -Original Message- From: Lukasz Lenart Sent: Monday, 11 March 2024 07:23 To: Struts Users Mailing List Subject: Re: Radio button selection is not being saved on the front end pon., 11 mar 2024 o 04:54 Mahabir Gupta napisał(a): > T

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

2024-03-10 Thread Lukasz Lenart
pon., 11 mar 2024 o 04:54 Mahabir Gupta napisał(a): > The radio button is working perfectly when using Struts2. I only did an > upgrade the Struts6.3.0.2 without making any changes to the code. When using > Struts6.3.0.2 the radio button issue arises. There is no change of code made. Could you

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

2024-03-10 Thread Mahabir Gupta
Dear Lukasz, The radio button is working perfectly when using Struts2. I only did an upgrade the Struts6.3.0.2 without making any changes to the code. When using Struts6.3.0.2 the radio button issue arises. There is no change of code made. Thank you. Regards Mahabir On Sat, Mar 9, 2024 at 10:37 

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: Do

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

2024-03-05 Thread Mahabir Gupta
Hi, I have some radio button where I can select one radio button at a time and safe it. It is being saved in the database but on the frontend it is not being saved. public class getDotsCarRentalAction extends GenericMappingDispatchAction{ public String saveCr(){ HttpSession session =