以下のようにmavenを使用してプロジェクトを作成しています
mvn archetype:generate -B -DgroupId=com.myApplication -DartifactId=MyApplication -
DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -
DarchetypeVersion=2.3.7
その後、struts.properties
ファイルで変更しています
struts.ui.theme=xhtml
に
struts.ui.theme=simple
しかし、アプリケーションを実行すると、simple
テーマが適用されません。