I have 1 row of 10 fields, with respective column headers, which I need to display in a two-row table. Some fields are strings and some are numbers and dates. Applying typical justification rules, I need to right justify dates and numbers and left justify the Strings. I have come to the conclusion that I can't use <h:dataTable>. The question is, how do I get the ability to specify justification without the use of <h:dataTable>?
It may be my ignorance but I'm finding JSF view rendering unecessarily restrictive, when something like this should be allowed (or at least configurable). HTML nested in <f:verbatim> doesn't seem to render properly when there are JSF tags (<h:outputText/>) nested within. -- View this message in context: http://www.nabble.com/text-align%3A-center---without-%3Ch%3AdataTable%3E-tf2631645.html#a7344409 Sent from the MyFaces - Users mailing list archive at Nabble.com.

