views:

37

answers:

1

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