| Author |
Dynamic Table Display
|
Kevin Valencia
Greenhorn
Joined: Aug 20, 2007
Posts: 18
|
|
Hi Everyone! I'm a java newbie and still very unfamiliar on what approach is best to use when displaying a dynamic table in jsp. It is dynamic in the sense that the number of rows and columns will depend on the user input, after which, the jsp will display the table on the fly. I've read about XSL handling this. Would really appreciate your expert opinions and if possible, seeing your sample codes would be of greater help. Thanks in advance!!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Have you read the JSP FAQ entry on this subject?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Lakshmanan Narayanan
Greenhorn
Joined: Aug 21, 2007
Posts: 3
|
|
Hi with the help of display tag libraries.. you can achive this. Ref : http://displaytag.sourceforge.net/11/ or you can comeup with your own tags... [ August 21, 2007: Message edited by: Lakshmanan Narayanan ]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Originally posted by Lakshmanan Narayanan: Hi with the help of display tag libraries.. you can achive this. Ref : http://displaytag.sourceforge.net/11/ or you can comeup with your own tags
JSP with JSTL is perfectly capable of doing this without the need for third party products or home rolled tags.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Originally posted by Bear Bibeault: Have you read the JSP FAQ entry on this subject?
Which one is that, Bear?
|
 |
 |
|
|
subject: Dynamic Table Display
|
|
|