Re: Which Struts Version To Use?

2017-09-19 Thread David Greene
Just from my personal experience, migrating from 2.3.x to 2.5.x was a very small development task. I was actually surprised at how few changes were required. As someone else mentioned, a little bit of regex to weed out the now-unused tag arguments was probably the 'hardest' part. I would recomme

Re: No container in actions after upgrading to 2.5.13

2017-09-19 Thread Yasser Zamani
On 9/19/2017 11:43 AM, LAW Andy wrote: > >> On 14 Sep 2017, at 16:03, Yasser Zamani wrote: >> >> Do last three exceptions occur in same time, in one action call (I think >> because of first word of their lines 73709, 73712 and 73716 and their >> same thread name "http-nio-8082-exec-9") ? If so,

Re: No container in actions after upgrading to 2.5.13

2017-09-19 Thread LAW Andy
> On 14 Sep 2017, at 16:03, Yasser Zamani wrote: > > Do last three exceptions occur in same time, in one action call (I think > because of first word of their lines 73709, 73712 and 73716 and their > same thread name "http-nio-8082-exec-9") ? If so, it means you want to > evaluate ActionOpt

Re: Which Struts Version To Use?

2017-09-19 Thread Yasser Zamani
I'm sorry for duplicate mails. Microsoft's outlook services was down yesterday! while I thought there is a problem with me :) Bruce, I had experience with migrating from 2.3 to 2.5. Its time commitment is not high. I did a few small steps manually but for rest, I could do them by a regular expr

Re: No container in actions after upgrading to 2.5.13

2017-09-19 Thread Lukasz Lenart
2017-09-14 11:11 GMT+02:00 LAW Andy : >> On 14 Sep 2017, at 09:48, Lukasz Lenart wrote: >> >> You are not the first person who complains about missing container ... >> I wonder if we should add a fallback though. >> >>if (container == null) { >>LOG.warn("Container is null, acti