AW: Iterating over a Collection and creating a for each entry of it

2010-06-20 Thread Vollnhofer Bernhard
I've got it working now. I'm using: -Ursprüngliche Nachricht- Von: Vollnhofer Bernhard [mailto:bernhard.vollnho...@itsv.at] Gesendet: Donnerstag, 17. Juni 2010 15:58 An: user@struts.apache.org Betreff: Iterating over a Collection and creating a for each entry of i

Re: Iterating over a Collection and creating a for each entry of it

2010-06-18 Thread Alex Rodriguez Lopez
http://struts.apache.org/2.x/docs/checkboxlist.html Hi! Is something like the following snippet possible to do? ${entry.name} ${entry.forced} Of course this code won't do it, but I hope you're getting my idea. I'd like to iterate over a collection an

Iterating over a Collection and creating a for each entry of it

2010-06-17 Thread Vollnhofer Bernhard
Hi! Is something like the following snippet possible to do? ${entry.name} ${entry.forced} Of course this code won't do it, but I hope you're getting my idea. I'd like to iterate over a collection and create a for every item in it. This checkbox should set