Datagrid in JSP [closed]
I need to create a Datagrid with a radiobutton column in JSP. The grid is to be binded dynamically to a result set and be populated accordingly. This result set is obtained as a result of search in the database. Please do help with a sample source code, or a useful link for the same.
Thanks in advance, Geetha
DisplayTag is a popular taglib for those purposes in "plain vanilla JSP".
Alternatively, you can look for a component based MVC framework which usually ships with datagrid components. For example JSF with the standard h:dataTable
or a JSF component library with a more enriched table, such as RichFaces with rich:dataTable
, IceFaces with ice:dataTable
and PrimeFaces with p:dataTable
精彩评论