Hi,

I am a Wicket Newbie - so I'm sure this isn't he best solution I have...
I see two easy solutions:
1: Convert your data into some sort of row model. You could create some sort of "strategy" that is used as model for the item. Each strategy resolves one value of the customer. Instead of iterating (with the DataView) over all customers and then adding the values. Iterate over the strategies and add labels for each customer.

2: Do not use tabels. Use some sort of divs instead. ;)


Johannes Schneider

Landry Soules wrote:
Hello,

I have a very simple problem:
i just want to display a table of customers, with some infos on each entry.
No problem to achieve that when you deal with one record per line. The problem is that i want to display 4 customers on each row, as this :

=====================================
Customer1 || Customer2 || Customer3 || Customer4
firstName   || firstName   || firstName   || firstName
lastName   || lastName   || lastName   || lastName
=====================================
Customer5 || Customer6 || Customer7 || Customer8
firstName   || firstName   || firstName   || firstName
lastName   || lastName   || lastName   || lastName

It sounds so simple, but i can't figure out how to do this. Can someone help me, please ?

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

--
Johannes Schneider
Im Lindenwasen 15
72810 Gomaringen

Fon +49 7072 9229972
Fax +49 7072 509999
Mobil +49 178 1364488

[EMAIL PROTECTED]
http://www.johannes-schneider.info

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to