kareda schrieb: > > Hi, > > I need to display a list of products in jsf "vertically" - so every product > is in its own COLUMN, not ROW as usually. Can it be done with Tomahawk > dataTable? or maybe using some other component?
Is this possible at all in HTML? As far as I know, a <table> element always renders rows horizontally and columns vertically. If it isn't possible in HTML, then it isn't possible with JSF [1]. [1] Well, I suppose a component could render some weird stuff that isn't a table but looks like one. But AFAIK no such thing currently exists. Regards, Simon -- -- Emails in "mixed" posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

