I'm trying to loop through a hashmap and display a number checkboxes with id the key of the hashmap and label the value of the hashmap. Anyone knows how the tapestry syntax for that is?
Cheers Dimitris
I'm trying to loop through a hashmap and display a number checkboxes with id the key of the hashmap and label the value of the hashmap. Anyone knows how the tapestry syntax for that is?
Cheers Dimitris
You should be able to loop through the key set like this:
Class file:
I haven't compiled this, but it should help you get started.