dev@javaserverfaces.java.net

some suggestion on ui:repeat and h:dataTable

From: jason zhang <jasonzhang2002_at_gmail.com>
Date: Tue, 17 Dec 2013 09:53:05 -0800

1. unify ui:repeat and h:databTable. These two components are the same
things. h:dataTable is just ui:repeat with a specific html layout. One can
always output h:dataTable with ui:repeat. Right now, these two classes
has different code base. Issue solved in one class usually will found in
the other.

2. Make ui:repeat/h:dataTable works. These two components causes many
frustration. They can be easily broken if form field nested deeply in it or
Object of Inner class is used in model layer.



-- 
-jiesheng