次のコマンド リンクを使用すると:
<h:commandLink action="student" value="students" />
および の次のナビゲーション ルールfaces-config.xml
:
<navigation-rule>
<from-view-id>/home.xhtml</from-view-id>
<navigation-case>
<from-outcome>student</from-outcome>
<to-view-id>/student.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
次に、次の開発段階のメッセージが表示されます。
このリンクは JSF フォームに埋め込まれていないため、無効になっています。
これはどのように発生し、どうすれば解決できますか?