Re: SV: Ognl versions

2008-10-07 Thread Chris Pratt
P-flytt"); >// return this.getWc().getTypeAsText(); >return jobTypeList; >} > > /Gunnar > > > > -Ursprungligt meddelande- > > Från: Dale Newfield [mailto:[EMAIL PROTECTED] > > Skickat: den 6 oktober 2008 20:34 > > Till: Bostro

Re: SV: Ognl versions

2008-10-06 Thread Dale Newfield
[EMAIL PROTECTED] wrote: The jobTypelist is empty, but it worked with 2.6.11 version of ognl. The applications is our own. So you're saying that the updated version doesn't silently fail, and that's enough to condemn it? I would argue that that's an improvement. In fact, if you look in the

RE: SV: Ognl versions

2008-10-06 Thread Martin Gainty
he's trying to determine where the failure occurs so you'll need to get your jobTypeList array populated and is set to the ValueStack http://struts.apache.org/2.1.2/docs/set.html you can then use property to check if you see "a default value" you'll know you started with null valuehth Martin