| Author |
Dynamic Drawing fields?
|
Edward Durai
Ranch Hand
Joined: Oct 09, 2004
Posts: 223
|
|
I have one for loop. I draw all the controls (html text,textarea,combo). Field name and its control. I have 10 label name and 10 Control I want to display each row should have 4 <td> <tr> <td> label name </td> <td> <input type="text"> </td> <td> label name </td> <td> <input type="text"> </td> </tr> SO i need 5 rows. each row contains 4 td's How it is?
|
Thank You<br />Edward
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Our JSP FAQ entry on JSP and Excel has an example of some nested loops that write an HTML table from within a JSP. http://faq.javaranch.com/view?JspAndExcel
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Dynamic Drawing fields?
|
|
|