I have written this code for making the table scrollable. It's Working fine when i am hardcording the data for the table. But when i am using struts iterator tag for the data from the database , the table becomes unscrollable. Please help.
Ankur Premi wrote:I am making my form theme="simple"
Then how Struts lays out the generated HTML shouldn't be a problem.
The next thing I would do is check out the generated HTML and compare the Struts versus what works.