Re: OGNL question about changed values

2008-11-21 Thread Dale Newfield
Torsten Krah wrote: Hi, I want to know which "rows" in my table (s:iterator) are "dirty". Is there any way to know (beside looking manually in the parameter map and loading again db state + looking at old/new values before saving) which rows have changed? You can include previous values in hi

Re: OGNL question about changed values

2008-11-21 Thread Dave Newton
--- On Fri, 11/21/08, Torsten Krah wrote: > Hi, I want to know which "rows" in my table (s:iterator) are "dirty". > Is there any way to know (beside looking manually in the parameter map > and loading again db state + looking at old/new values before > saving) which rows have changed? I don't see