Re: [S2] Form & OGNL Questio

2007-06-12 Thread Dave Newton
--- Lally Singh <[EMAIL PROTECTED]> wrote: > Well, I was simplifying a bit. > > it's actually survey.responseGroups[#i], where > getResponseGroups() returns a List, each of > which has a getValue(Long) and setValue(Long). > > Hmm, setResponseGroups() wants a full List back, > would that mess thin

Re: [S2] Form & OGNL Questio

2007-06-12 Thread Lally Singh
Well, I was simplifying a bit. it's actually survey.responseGroups[#i], where getResponseGroups() returns a List, each of which has a getValue(Long) and setValue(Long). Hmm, setResponseGroups() wants a full List back, would that mess things up? On 6/12/07, Dave Newton <[EMAIL PROTECTED]> wrote: