Tag Archive for "jsf" tag

Finding selected checkbox items in a JSF dataTable

October 9th, 2008 by stevi | 21 comments

This is one of those problems that I couldn’t find a complete example for when I needed it, so hopefully this will save somebody else the extra time it took me to piece it together. We frequently need to have data tables in our UI, and allow the user to select a subset of those [...]