This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i'm using s:iterator e display:table to view my list
now i have a problem
there is a dynamic list for which i don't know the number and the name of columns so i have to build the table when i get the info; a solution could be write a dynamic table using code java in the jsp
it's not very good to see but it works (i have not written the code but it seems easy)
now i ask: it is possible to make that using s:iterator e display:table?