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.