Are the Struts2 Tags compliant to the HTML 4.01 strict standard, the HTML 4.01 transitional, XHTML 1.1 or something else entirely?
+2
A:
Struts2 uses the concept of templates and themes. The default template engine is FreeMarker, and XHTML is the default theme. You can modify these settings in the struts.properties files.
Garett
2010-09-28 22:11:11