You'll need to create a list that returns the items in the order you want them to be shown -- in this case, you'll want your list to contain an object holding items 1 through 3 to return as the first item, and an object holding item 4 as the second item, and so on.

L.

On 21-Sep-05, at 2:39 PM, Dilip Ladhani wrote:

Hello all,

Is it possible to get 2 rows for every object in the list using Display tag? I have a list of objects. The object structure is as follows

Object
 item1
 item2
 item3
 item4

When displaying this list, I want it to appear like this

item1    item2    item3
item4

How can I accomplish this.

Thanks for your help




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user


--
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/





-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to