Re: (JSF question) Checkbox for Each Record in a List and Scroll Bars

2005-08-26 Thread Michael Rasmussen
I would look at some of the oracle components...they do a lot with data and tables that go beyond what a JSF DataTable will do. Here is their list of components. http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/imageIndex.html I don't see anythin

(JSF question) Checkbox for Each Record in a List and Scroll Bars

2005-08-26 Thread Caroline Jen
I have a list of records to render to a web page. I provide a checkbox to each record in that list for users to make multiple selections. My list of records can be very long. And each record can contain many columns. Therefore, the list will be displayed in a kind of pane with a vertical scroll ba