webtier@glassfish.java.net

Re: [webtier] f:ajax render wrong

From: <webtier_at_javadesktop.org>
Date: Mon, 14 Jun 2010 02:53:24 PDT

ui:repeat does not render a HTML table by default.
It just display the child elements one by one, without an "in-built" layout, so you have to provide the layouting by yourself; alternatively, you could use list components of JSF libraries like PrimeFaces (http://www.primefaces.org:8080/prime-showcase/ui/dataListHome.jsf).

If you need a HTML table, use h:dataTable.
[Message sent by forum member 'mpscholz']

http://forums.java.net/jive/thread.jspa?messageID=474181