Re: RE: Struts upgrade issue

2017-03-24 Thread Lukasz Lenart
2017-03-24 14:12 GMT+01:00 Gopal, Siva Prakash (US - Mechanicsburg) : > I have decompiled class file and looked on the logic's > > RadioHandler.java --> generate() method. Hm... but the incremental ID was introduced in Struts 2.2.3, long time ago

RE: RE: Struts upgrade issue

2017-03-24 Thread Gopal, Siva Prakash (US - Mechanicsburg)
I have decompiled class file and looked on the logic's RadioHandler.java --> generate() method. Thanks, Siva -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Friday, March 24, 2017 4:17 AM To: Struts Users Mailing List Subject: Re:

Re: Load Message from database using ResourceBundle

2017-03-24 Thread Lukasz Lenart
2017-03-23 16:05 GMT+01:00 rifqiyusuf : > I would like to retrieve database value from a table. > > let's say i have table_message that looks like this : > > | ID |KEY | MESSAGE | > | 1 | app.label1 | Your First Name | > | 2 | app.label2 |

Re: RE: Struts upgrade issue

2017-03-24 Thread Lukasz Lenart
2017-03-24 4:47 GMT+01:00 Gopal, Siva Prakash (US - Mechanicsburg) : > Hi All, > > > we have identified issues between radio button generation under > RadioHandler.java under struts2-javatemplates-plugin-2.3.20 and > struts2-javatemplates-plugin-2.3.32 > >

Re: RE: Struts upgrade issue

2017-03-24 Thread Christoph Nenning
Hi, for cases like yours a new librariy has been created: "Struts 2 Secure Jakarta Multipart parser plugin". With that you can fix recent security issue in your app with your current version of struts. That buys you more time to do migration or refactoring necessary to upgrade struts.