On 4/4/06, Anders Peterson <[EMAIL PROTECTED]> wrote:
That worked!

I also had to move the declaration of tmpInstrument to inside the
populateItem method (otherwise all rows were the same).


not really sure what you mean here
 

Thanks!

(I feel this was a bit more complicated than it should be.)

Could this have been done with a CompoundPropertyModel and Loop:s
instead of ListView:s - using ognl like instrument[i].correlation[j] ?

the problem is that if you give listview a list it will store that list in session. what you need is a way to tell it to pull the list every time it renders, thats what detachable models are for.

-Igor

Reply via email to