RE: 3 columns s:iterator

2007-12-24 Thread Al Sutton
Have a look at display tag (http://displaytag.sourceforge.net/11/), once you've read the docs and put the jars in place it makes handling multi-column iterators a lot simpler. For example, displaying three attributes from objects in a java.util.List called processes where the first two columns are

Re: 3 columns s:iterator

2007-12-23 Thread Ray
Rodrigo Pereira 写道: Hi, is there a simple nice way of displaying a list of objects in a 3 coluns table? Is there any attribute I can use on s:iterator? Right now I can only print one at a row or all in one row.