[Seasar-user:3880] S2JSF(Teeda) で <redirect />がききません。

O.K.U. [E-MAIL ADDRESS DELETED]
2006年 6月 16日 (金) 17:45:33 JST


サンプルで WEB-INF/faces-config.xml で

<navigation-rule>
  <navigation-case>
    <from-outcome>hello</from-outcome>
    <to-view-id>/hello/hello.html</to-view-id>
    <redirect/> ← これを追加
    </navigation-case>
</navigation-rule>

としたとき、S2JSF 1.0.14(MyFaces)版では
Hello のリンクをクリックするとブラウザに
表示されるURLは hello.htmlに切り替わりますが、
S2JSF 1.1.0 Beta1(Teeda版)では、redirectを
指定しないときと同様、index.html のままです。




Seasar-user メーリングリストの案内