Struts 2 automatically generate HTML table for it\'s tag. How can I disable it? Any help will be appreciated. Thank You.
setting simple theme avoids the use of advanced validation in forms (i think). you should use css_xhtml template either adding following line to your struts.xml
or specifically in concrete areas of your code, like form
This way you get html elements with their css classes assigned, ready to be styled with css.