Struts 2 automatically generate HTML table for it\'s tag. How can I disable it? Any help will be appreciated. Thank You.
Just add
constant name="struts.ui.theme" value="simple" in struts.xml. It wont apply struts default themes.