Re: Param names with spaces

2014-03-30 Thread Lukasz Lenart
Maybe it is related to this change [1]? I mean, it solves your problem? Can you test with the latest snapshot version? https://issues.apache.org/jira/browse/WW-4257 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-03-27 12:40 GMT+01:00 thomas.hill : > Hello, > > my Problem is,

Re: Param names with spaces

2014-03-29 Thread thomas.hill
Hello, my Problem is, that my application work fine until struts version 2.3.15.3 Since version 2.3.16 my application doesnt work. I know there were some changes in ParametersInterceptor. In my action i override the method "acceptableParameterName(String)". The problem is, that since version 2.3

Re: Param names with spaces

2014-03-28 Thread Lukasz Lenart
Please don't duplicate your posts :-) 2014-03-28 9:02 GMT+01:00 thomas.hill : > Hi, > > are there any restrictions for param names? > > Since version 2.3.16 (and 2.3.16.1 too) a lot of my parameters will not > accepted. > In my action i override the method "acceptableParameterName(String)". > I ha

Re: Param names with spaces

2014-03-28 Thread thomas.hill
Hi, are there any restrictions for param names? Since version 2.3.16 (and 2.3.16.1 too) a lot of my parameters will not accepted. In my action i override the method "acceptableParameterName(String)". I have a lot of paramNames with a dot in name like "session.bean.firstname" and this doesnt work.

Re: Param names with spaces

2014-03-27 Thread Lukasz Lenart
2014-03-27 19:53 GMT+01:00 Paul Benedict : > Spaces cannot exist for names of JavaBean properties. It doesn't make sense > to have those. But you can have map keys with spaces, i.e: index.action?param['ble']=1¶m['ble ble']=2 Anyway, patch was improved and it isn't issue any more :-) Regards --

Re: Param names with spaces

2014-03-27 Thread Paul Benedict
Spaces cannot exist for names of JavaBean properties. It doesn't make sense to have those. On Thu, Mar 27, 2014 at 1:54 AM, Lukasz Lenart wrote: > Hi, > > I have applied patch attached to WW-4250 [1] to support Chinese > characters as param names, but I figured out that I forgot to test > that p