Re: Work in progress - 2.3.16

2013-11-18 Thread Volker Krebs
Maybe something for the Migration Guide. Accessing a map has changed a bit. With 2.3.15.3 the following did work: With 2.3.16 you have to write: Regards Volker Am 17.11.2013 11:08, schrieb Lukasz Lenart: Jenkins still cannot properly build the project, anyway I'm not going to wait any lon

S2 2.3.16-SNAPSHOT

2013-11-18 Thread Dave Newton
It's what's currently listed on the S2 homepage; is this deliberate? d. -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton b: Bucky Bits g: davelnewton so: Dave Newto

Re: S2 2.3.16-SNAPSHOT

2013-11-18 Thread Dave Newton
I guess it's just the text? The link's page shows 2.3.15. On Mon, Nov 18, 2013 at 12:27 PM, Dave Newton wrote: > It's what's currently listed on the S2 homepage; is this deliberate? > > d. > > -- > e: davelnew...@gmail.com > m: 908-380-8699 > s: davelnewton_skype > t: @dave_newton

Build failed in Jenkins: Struts2-JDK6 #845

2013-11-18 Thread Apache Jenkins Server
See Changes: [Lukasz Lenart] WW-4243 Renames based test case class to avoid using it outside of core -- [...truncated 12214 lines...] Building tree for all the packages and classes... Generating

Re: S2 2.3.16-SNAPSHOT

2013-11-18 Thread Lukasz Lenart
Here it is ok http://struts.apache.org/release/2.3.x/ how did you get there? 2013/11/18 Dave Newton : > I guess it's just the text? The link's page shows 2.3.15. > > > On Mon, Nov 18, 2013 at 12:27 PM, Dave Newton wrote: > >> It's what's currently listed on the S2 homepage; is this deliberate? >

Re: Work in progress - 2.3.16

2013-11-18 Thread Lukasz Lenart
2013/11/18 Volker Krebs : > Maybe something for the Migration Guide. > Accessing a map has changed a bit. > > With 2.3.15.3 the following did work: > > > With 2.3.16 you have to write: > You mean that the 'numer' is a static key not an expression (resolved to getNumber())? Anyway, thus is strang

Registering aliases from within a plugin

2013-11-18 Thread Lukasz Lenart
Hi, As I'm working in extracting Velocity support into a plugin, I have faced a small problem: how to register alias to allow override VelocityManager by user? Right now, it is done via BeanSelectionProvider [1] where each class which can be aliased is defined statically and then the provider is

Re: S2 2.3.16-SNAPSHOT

2013-11-18 Thread Dave Newton
:( I think it's because of Google's tuned search results. I get "http://struts.apache.org/2.x"; as my top "struts 2" hit because I still search for "struts 2" explicitly. Oops, sorry. On Mon, Nov 18, 2013 at 2:20 PM, Lukasz Lenart wrote: > Here it is ok > http://struts.apache.org/release/2.3.

Re: Registering aliases from within a plugin

2013-11-18 Thread Lukasz Lenart
I think I found intermediate solution - I'm going to extend struts.dtd and define new structure bean-selector. It will contain a class which will provide aliases ;-) The change is backward compatible as the element isn't required, it is optional. And thus also allow to move all the aliases from Be