load table data on jsp using struts2 with fixed table structure
Posted
by Zahra
on Stack Overflow
See other posts from Stack Overflow
or by Zahra
Published on 2010-06-13T02:51:20Z
Indexed on
2010/06/13
3:02 UTC
Read the original article
Hit count: 283
Hi.
I want to have a fixed table structure on my jsp page(3row, 4column). but I want to load data for this table from DataBase with using struts 2. I know if my table structure wasn't fixed I could have just get a List and iterate on it and add a data in every iteration, but how could I do this in this case. also if I don't have enough data to fill table, I want those places to be empty. I didn't find a good example, if you could help me or introduce me a good tutorial, it would be really appreciated.
Thanks in advance.
© Stack Overflow or respective owner