Re: [VOTE] Struts 2.5 BETA3

2016-01-25 Thread Greg Huber
OK WW-4596. I did try to find out where the orig object comes from to create pull request, but I was unable to fathom it out. Needs better documentation in the source. So I guess a finial solution would be better form someone who understands what is going on. Cheers Greg. On 25 January 2016 at

Re: [CLOSED][VOTE] Struts 2.5 BETA3

2016-01-25 Thread Lukasz Lenart
Vote passed with result: [X] Beta - 3x +1 (binding) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-01-21 14:56 GMT+01:00 Lukasz Lenart : > The Apache Struts 2.5 BETA3 test build is now available. > > New in BETA1 > - XWork source was merged into Struts Core source, it means

Re: [VOTE] Struts 2.5 BETA3

2016-01-25 Thread Lukasz Lenart
2016-01-22 18:26 GMT+01:00 Greg Huber : > Best I can come up with is > com.opensymphony.xwork2.config.implActionConfigMatcher creates a new > ActionConfig but then only uses the default allowed names: > > return new ActionConfig.Builder(pkgName, orig.getName(), className) > .methodN

Fwd: [VOTE] Struts 2.5 BETA3

2016-01-22 Thread Greg Huber
()), but I guess it should come from the ActionConfig stored in the packageContext or where the orig gets its allowedMethods from. Apart from this is works great! Cheers Greg -- Forwarded message -- From: Greg Huber Date: 21 January 2016 at 16:45 Subject: Re: [VOTE] Struts 2.5 BETA3 To

Re: [VOTE] Struts 2.5 BETA3

2016-01-22 Thread Johannes Geppert
[ ] Leave at test build [ ] Alpha [x] Beta [ ] General Availability (GA) Looking forward to see the first GA version. ;-) Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2016-01-21 14:56 GMT+01:00 Lukasz Le

Re: [VOTE] Struts 2.5 BETA3

2016-01-22 Thread Rene Gielen
[ ] Leave at test build [ ] Alpha [x] Beta [ ] General Availability (GA) Great job! Am 21.01.16 um 14:56 schrieb Lukasz Lenart: > The Apache Struts 2.5 BETA3 test build is now available. > > New in BETA1 > - XWork source was merged into Struts Core source, it means that there > be no more xwork

Re: [VOTE] Struts 2.5 BETA3

2016-01-22 Thread Christoph Nenning
[ ] Leave at test build [ ] Alpha [X] Beta [ ] General Availability (GA) I'm fine to release it as Beta: +1 binding Regards, Christoph > The Apache Struts 2.5 BETA3 test build is now available. > > New in BETA1 > - XWork source was merged into Struts Core source, it means that there >

Re: [VOTE] Struts 2.5 BETA3

2016-01-21 Thread Lukasz Lenart
2016-01-21 16:32 GMT+01:00 Greg Huber : > I cannot seem to get the dmi to work, I get action not allowed: > > *This method: save for action eventAdd is not allowed! - [unknown location]* > > I then get this error when I add global-allowed-methods : > > > .. > > execute,input,cancel([A-Z]*),([

Re: [VOTE] Struts 2.5 BETA3

2016-01-21 Thread Greg Huber
I have got it to start now (missed a dtd, so sorry!) I now have this: execute,input,cancel and get This method: cancel for action eventAdd is not allowed! - [unknown location] .EventAdd eventEdit memberEvents ${bean.pageNum}

Re: [VOTE] Struts 2.5 BETA3

2016-01-21 Thread Greg Huber
I cannot seem to get the dmi to work, I get action not allowed: *This method: save for action eventAdd is not allowed! - [unknown location]* I then get this error when I add global-allowed-methods : .. execute,input,cancel([A-Z]*),([A-Z]*) which was what I had before, last time I tested b

[VOTE] Struts 2.5 BETA3

2016-01-21 Thread Lukasz Lenart
The Apache Struts 2.5 BETA3 test build is now available. New in BETA1 - XWork source was merged into Struts Core source, it means that there be no more xwork artifact nor dedicated jar - OGNL was upgraded to version 3.0.11 and it breaks access to properties as it follows Java Bean Specification, s