| Author |
how to add table in jsp
|
duhit Choudhary
Ranch Hand
Joined: Apr 01, 2012
Posts: 64
|
|
Hi, I m new in jsp and i am writing a program for a web bot in which i have to add tabla in jsp page. in that table data will automatically inserted and table will continuously increases its rows as the web bot proceeded along the websight. can anybody help me out in this???
Thanks in Advance...
|
 |
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
|
Use <table> <tr> <td> tags.
|
Keep Smiling Always — My life is smoother when running silent. -paul
[FAQs] [Certification Guides] [The Linux Documentation Project]
|
 |
J. Kevin Robbins
Ranch Hand
Joined: Dec 16, 2010
Posts: 386
|
|
Look at the "<c:forEach>" tag. It will require two nested loops; the inner one will do the td's and the outer one will do the tr's.
Give it your best shot and post your code and we'll help from there.
|
"I have a mind like a steel... uh... thingy."
|
 |
 |
|
|
subject: how to add table in jsp
|
|
|