1

アクション メソッドの場合:

@Action("/hello/${name}")
public String world() {
   value = "Hello "+name+"!";
   return "#world";
}

/hello/world.jspの下でJSP をレンダリングする方法はWEB-INF? にプレフィックスを追加する構成の代替手段はありますかresultPath

ありがとうアーナンド

4

1 に答える 1