aspose file tools
The moose likes JSP and the fly likes how to add table in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to add table in jsp" Watch "how to add table in jsp" New topic
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
    
    3

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."
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to add table in jsp
 
Similar Threads
Problem in compiling Class tag handler
html radio button add to database
Error 500 when compiling servlet
Question about Thread
Buffered Writer and For loop