generating empty rows in h:dataTable

I have an h:dataTable in JSF page. The object it is bound to has three rows of data. When the page is loaded it displays the three rows of data. But I want to display some empty rows(say 7 more rows) so that the user can enter some values in those rows. How could I acheive this.
[286 byte] By [Jatin_Kulkarnia] at [2007-11-26 18:41:38]
# 1
Just supply empty DTO's to the list.This article might be interesting: http://balusc.xs4all.nl/srv/dev-jep-dat.htmlThe EAR which you can download there contains a CRUD example with this functionality.
BalusCa at 2007-7-9 6:15:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks a lot BalusC
Jatin_Kulkarnia at 2007-7-9 6:15:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...