Re: Struts2 Arianna plugin

2016-06-22 Thread Lukasz Lenart
You are too impatient ;-) I have just got email from the author. See another topic. 2016-06-21 21:51 GMT+02:00 Johannes Geppert : > Ok, I forked it in the struts community plugin team. > > https://github.com/struts-community-plugins/struts2-arianna-plugin > > Best Regards > > Johannes > >

Fwd: Struts2 Arianna plugin

2016-06-22 Thread Lukasz Lenart
Here is author's answer about donating plugin, as you see there is another fork which is more recent. So I think it makes more sense to fork the mentioned fork. -- Forwarded message -- From: Giovanni Tosto Date: 2016-06-20 22:24 GMT+02:00 Subject: Re: Struts2 Arianna plugin To: Lu

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Lukasz Lenart
The vote is closed but it would be good if you could next time help us testing a new release. Thanks in advance -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-06-21 16:15 GMT+02:00 dario.liber...@javelingroup.com : > -1 > > Hi, > > Should 2.3.29 be recalled based on the regressions f

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Greg Huber
As there are web.xml, struts.xml and dtd changes for v2.5, testing prior releases is problematic, so best to switch to the latest versions if upgrading. Also latest versions will get more much testing. Cheers Greg On 22 June 2016 at 09:28, Lukasz Lenart wrote: > The vote is closed but it would

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Lukasz Lenart
2016-06-22 10:37 GMT+02:00 Greg Huber : > As there are web.xml, struts.xml and dtd changes for v2.5, testing prior > releases is problematic, so best to switch to the latest versions if > upgrading. Also latest versions will get more much testing. The problem is that the mentioned issue affects 2

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Greg Huber
If the style %{#entry.entryId} did not work it would completely break my system? Which is working OK. On 22 June 2016 at 09:47, Lukasz Lenart wrote: > 2016-06-22 10:37 GMT+02:00 Greg Huber : > > As there are web.xml, struts.xml and dtd changes for v2.5, testing prior > > releases is problemat

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Lukasz Lenart
2016-06-22 10:56 GMT+02:00 Greg Huber : > If the style %{#entry.entryId} did not work it would completely break my > system? Which is working OK. It's a case when you have a list and dynamically fetching elements from this list, i.e.: // given String[] list = new String[]{"foo", "bar}; int index

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Greg Huber
not really sure on your example, but this works, is this the same? . . On 22 June 2016 at 10:00, Lukasz Lenart wrote: > 2016-06-22 10:56 GMT+02:00 Greg Huber : > > If the style %{#entry.entryId} did not work it would completely break my > > system? Which is working OK. > > It's a c

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Lukasz Lenart
2016-06-22 11:10 GMT+02:00 Greg Huber : > not really sure on your example, but this works, is this the same? > > > > . > value="%{#list.description}" maxlength="60" size="60" /> > . > WoW! I'm impressed :) Greg can you post your answer here as well https://issues.apache.org/jira/brows

RE: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread dario.liberman
Hi Greg, Many thanks for the suggestion, we were going through that when we posted the comment on JIRA WWW-4641. The issue indeed only happens when the value is automatically extracted from the form rather than provided. But we have too many usages (over a thousand) of without a value attribute

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Greg Huber
Dario, So you are doing eventList(%{#list.sequence}).description instead of eventList(%{#sequence}).description which works for me also or do you have some code of what does not work? On 22 June 2016 at 10:21, wrote: > Hi Greg, > > Many thanks for the suggestion, we were going through t

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Greg Huber
for renders which is correct ie it has a 1 On 22 June 2016 at 10:21, wrote: > Hi Greg, > > Many thanks for the suggestion, we were going through that when we posted > the comment on JIRA WWW-4641. > The issue indeed only happens when the value is automatically extracted > from the form

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Greg Huber
oops, without the typos for renders which is correct ie it has a 1 On 22 June 2016 at 10:21, wrote: > Hi Greg, > > Many thanks for the suggestion, we were going through that when we posted > the comment on JIRA WWW-4641. > The issue indeed only happens when the value is automaticall

RE: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread dario.liberman
Hi Greg, Providing a value explicitly is not typical, most would provide a name and expect Apache Struts framework to retrieve the value. Example illustrated here in the documentation: https://struts.apache.org/docs/type-conversion.html#TypeConversion-AnadvancedexampleforindexedListsandMaps See

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Greg Huber
>From the docs: https://struts.apache.org/docs/iterator.html The id attribute is deprecated in Struts 2.1.x, and has been replaced by the var attribute. Which version are you upgrading from? On 22 June 2016 at 10:57, wrote: > Hi Greg, > > Providing a value explicitly is not typical, most wou

Re: [VOTE][FASTTRACK] Struts 2.3.29

2016-06-22 Thread Lukasz Lenart
The only difference here is () instead of [] 2016-06-22 11:57 GMT+02:00 : > Hi Greg, > > Providing a value explicitly is not typical, most would provide a name and > expect Apache Struts framework to retrieve the value. > Example illustrated here in the documentation: > https://struts.apache.or