Re: LazySortedMap of LazyList Objects in a Form

2006-11-21 Thread Laurie Harper
What behaviour are you getting? It's difficult to debug the problem if we don't know what's broken ;-) L. Eric Benedetti wrote: I've got a Form which contains a LazySortedMap, the keys being Strings and the values being LazyList objects. Each LazyList object contains a list of Checkbox objec

LazySortedMap of LazyList Objects in a Form

2006-11-17 Thread Eric Benedetti
I've got a Form which contains a LazySortedMap, the keys being Strings and the values being LazyList objects. Each LazyList object contains a list of Checkbox objects (basically just like LabelValueBean objects). In the jsp, I would like to iterate through the sorted map, and for each LazyLis