1

以下のように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テーマが適用されません。

4

1 に答える 1

1

Find the files struts.properties struts.xml in the project and in deployment. Check that every found file contains necessary changes before run and after run. And struts.xml doesn't contain <constant name="struts.ui.theme". If it doesn't help try to search disk or computer for keyword struts.ui.theme. HTH

于 2013-01-01T08:31:13.023 に答える