Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-23 Thread Nitkalya Wiriyanuparb (Ing)
On 24 Dec 2017, 3:08 AM +1300, Mark Thomas , wrote: > On 19/12/17 13:13, Mark Thomas wrote: > > On 18 December 2017 03:32:40 GMT+00:00, Nitkalya Wiriyanuparb > > wrote: > > > > > > > > Tested with my system – everything’s awesome. I can also confirm that > > > the edge case I mentioned is valid

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-23 Thread Mark Thomas
On 19/12/17 13:13, Mark Thomas wrote: > On 18 December 2017 03:32:40 GMT+00:00, Nitkalya Wiriyanuparb > wrote: > > > >> Tested with my system – everything’s awesome. I can also confirm that >> the edge case I mentioned is valid; calling the varargs method with an >> array ${actionBean.getInclu

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-19 Thread Mark Thomas
On 18 December 2017 03:32:40 GMT+00:00, Nitkalya Wiriyanuparb wrote: >Tested with my system – everything’s awesome. I can also confirm that >the edge case I mentioned is valid; calling the varargs method with an >array ${actionBean.getIncludes([“something"])} doesn’t coerce >correctly. I perso

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-17 Thread Nitkalya Wiriyanuparb
> On 10/12/2017, at 4:24 PM, Nitkalya Wiriyanuparb (Ing) > wrote: > > On 9 Dec 2017, 3:35 AM +1300, Mark Thomas , wrote: > >> On 07/12/17 15:00, Mark Thomas wrote: >>> On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote: Hello. I'm upgrading from Tomcat 7.0.30 to 8.5.24. Every

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-09 Thread Nitkalya Wiriyanuparb (Ing)
On 9 Dec 2017, 3:35 AM +1300, Mark Thomas , wrote: > On 07/12/17 15:00, Mark Thomas wrote: > > On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote: > > > Hello. > > > > > > I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, > > > but > > > I notice that BeanELResolver behave

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-08 Thread Mark Thomas
On 07/12/17 15:00, Mark Thomas wrote: > On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote: >> Hello. >> >> I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but >> I notice that BeanELResolver behaves differently when calling a bean >> varargs method with no argument. >> >>

Re: BeanELResolver issue – calling a varargs method with no argument

2017-12-07 Thread Mark Thomas
On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote: > Hello. > > I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but > I notice that BeanELResolver behaves differently when calling a bean > varargs method with no argument. > > My action bean has a method with the signatu

BeanELResolver issue – calling a varargs method with no argument

2017-12-06 Thread Nitkalya (Ing) Wiriyanuparb
Hello. I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but I notice that BeanELResolver behaves differently when calling a bean varargs method with no argument. My action bean has a method with the signature "public String getIncludes(final String... moduleNames)". I'm cal