I am creating a project using maven as below
mvn archetype:generate -B -DgroupId=com.myApplication -DartifactId=MyApplication -
DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -
DarchetypeVersion=2.3.7
After that in struts.properties
file I am changing
struts.ui.theme=xhtml
to
struts.ui.theme=simple
but when I run the application the simple
theme doesn't apply.