[b]Question asked by visitor archana[/b]
Hi, I want to display the data that i got from the database in the view in the form of a table in struts How should we do can i have an example code for that
Printable View
[b]Question asked by visitor archana[/b]
Hi, I want to display the data that i got from the database in the view in the form of a table in struts How should we do can i have an example code for that
hi,
anyway u r going to display the results in the JSP page right.
in the JSP as usual u can create Tables, using <table> tag
[QUOTE=Geek_Guest;10208][b]Question asked by visitor archana[/b]
Hi, I want to display the data that i got from the database in the view in the form of a table in struts How should we do can i have an example code for that[/QUOTE]
Hi,
You will display the data in a jsp so you can use <table><tr><td></td></tr></table> tag to display ur data in a tabular form in a jsp.
Instead of <table>, <tr>, <td> tags better use <div> tag
Eg:
<div style="width:259px;height:20px;float:left;></div>
:)