Struts 2 automatically generate HTML table for it\'s
tag. How can I disable it? Any help will be appreciated. Thank You.
Struts2 have theme generation functionality based on which it generares either Table based HTMl code for its tags default is x_html which is your case . You can avoid this by setting theme as simple on page level or each tags has theme property which will generate div based html contents
or you can set theme for entire page as below static value
property
you can set it across entire application by