My scenario is like this, I have List, I am iterating my list using <h:dataTable> and populate the values in my
jsp. I want to define some size to my table whether or not my list contains data. If the list size is increases beyond the Tabel size I don�t want to increase the Table size rather I need to implement vertical scroll bar.
Can any one help me?