Why are Bootstrap’s form elements rendered terribly with Struts2-Boostrap-Plugin?

Struts2 uses Themes to generate HTML from Tags: a different theme chosen, a different HTML in output. The default theme is XHTML, that generates <td>, <label> and other stuff around your elements. Usually, I recommend to use the simple theme, that generates almost no additional code, and that would make your code work as-is. Put … Read more