Re: SV: SV: SV: Ognl versions

2008-10-08 Thread Laurie Harper
! /Gunnar -Ursprungligt meddelande- Från: Dale Newfield [mailto:[EMAIL PROTECTED] Skickat: den 7 oktober 2008 17:39 Till: Struts Users Mailing List Ämne: Re: SV: SV: Ognl versions [EMAIL PROTECTED] wrote: We have a measureList that looks the same and it works! It's not quite the

SV: SV: SV: Ognl versions

2008-10-07 Thread Gunnar.Bostrom
em! Thanks for all help! /Gunnar > -Ursprungligt meddelande- > Från: Dale Newfield [mailto:[EMAIL PROTECTED] > Skickat: den 7 oktober 2008 17:39 > Till: Struts Users Mailing List > Ämne: Re: SV: SV: Ognl versions > > [EMAIL PROTECTED] wrote: > > We have a m

Re: SV: SV: Ognl versions

2008-10-07 Thread Dale Newfield
[EMAIL PROTECTED] wrote: We have a measureList that looks the same and it works! It's not quite the same, since it's capitalization is correct. public SortedMap getMeasureList() { Chris Pratt wrote: Just as an experiment, you might try renaming the method as a true JavaBean method. May

SV: SV: Ognl versions

2008-10-07 Thread Gunnar.Bostrom
Hi, We have a measureList that looks the same and it works! public SortedMap getMeasureList() { // man = Ärenden som skall konfigureras manuellt // uttagen = Ärenden som skall klarrapporteras efter manuell konfigurering measureList.put(1, "Ärenden som skall konfigureras

SV: SV: Ognl versions

2008-10-06 Thread Gunnar.Bostrom
Hi, I mean that the value is null now that I use ognl 2.7.2. When using 2.6.11 the value is a correct map. This is in the model för the jsp page: SortedMap jobTypeList = new TreeMap(); public SortedMap getjobTypeList() { jobTypeList.put(1, "Förfrågan"); jobTypeList.put(8,