开发者

Datagrid in JSP [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_如何学编程 Closed 10 years ago.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜