Re: Struts Upgrade

2021-06-02 Thread Lukasz Lenart
wt., 1 cze 2021 o 16:38 Jasmine Kaur napisał(a): > we are able to run the project. Facing issue while clicking the buttons, > having issue with cssClass. > > Do you guys have any idea? What kind of error? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: Struts Upgrade

2021-06-01 Thread Jasmine Kaur
Hi Team, Thanks!! we are able to run the project. Facing issue while clicking the buttons, having issue with cssClass. Do you guys have any idea? Thanks. On Fri 28 May, 2021, 10:41 AM Lukasz Lenart, wrote: > pt., 28 maj 2021 o 02:15 Jasmine Kaur napisał(a): > > We need to upgrade our proj

Re: Struts Upgrade

2021-05-27 Thread Lukasz Lenart
pt., 28 maj 2021 o 02:15 Jasmine Kaur napisał(a): > We need to upgrade our project from struts version 2.2.3 to 2.5, kindly let > us know the steps. Please start with [1] and in case of other issues ask the questions here [1] https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migra

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 https://issues.apache.org/jira/browse/WW-3587 Reg

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: Struts upgra

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 > > struts2-javatemplates-plugin-2.3.20 > --

Re: RE: Struts upgrade issue

2017-03-24 Thread Christoph Nenning
ts. http://struts.apache.org/download.cgi#struts-extras https://github.com/apache/struts-extras Regards, Christoph > From: "Gopal, Siva Prakash (US - Mechanicsburg)" > To: "user@struts.apache.org" , > Date: 24.03.2017 04:49 > Subject: Re: RE: Struts

Re: RE: Struts upgrade issue

2017-03-23 Thread 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 struts2-javatemplates-plugin-2.3.20 for(Iterator itt = MakeIterator.conve

RE: Struts upgrade issue

2017-03-23 Thread Gopal, Siva Prakash (US - Mechanicsburg)
Hi All, We have issue after upgrade to struts2-core-2.3.32 version Action Method : private List radioValueNum=new ArrayList(); public List getRadioValueNum() { if(!radioValueNum.isEmpty()){ radioValu

Re: Struts upgrade notes?

2009-04-11 Thread Wendy Smoak
On Sat, Apr 11, 2009 at 7:57 AM, Wendy Smoak wrote: > Is there a page on upgrading from 2.0 to 2.1, like we used to have > here http://wiki.apache.org/struts/StrutsUpgrade ? In #struts I got a pointer to this page: http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-

Re: Struts upgrade notes?

2009-04-11 Thread Musachy Barroso
I was afraid to suggest you might have something wrong in the pom ;) musachy On Sat, Apr 11, 2009 at 11:23 AM, Wendy Smoak wrote: > On Sat, Apr 11, 2009 at 8:12 AM, Musachy Barroso wrote: >> It seems like it is using an old version of xwork I would say. > > Looking in WEB-INF/lib, yes, it's us

Re: Struts upgrade notes?

2009-04-11 Thread Wendy Smoak
On Sat, Apr 11, 2009 at 8:12 AM, Musachy Barroso wrote: > It seems like it is using an old version of xwork I would say. Looking in WEB-INF/lib, yes, it's using xwork-2.0.7. Thanks! I'm not sure why we have that declared separately in the pom... seems like it should be a transitive dependency o

Re: Struts upgrade notes?

2009-04-11 Thread Musachy Barroso
It seems like it is using an old version of xwork I would say. musachy On Sat, Apr 11, 2009 at 10:57 AM, Wendy Smoak wrote: > Is there a page on upgrading from 2.0 to 2.1, like we used to have > here http://wiki.apache.org/struts/StrutsUpgrade ?  I looked on the > new wiki and didn't find anythi