JSF プロジェクトを開始しています (JSF を使用するのはこれが初めてです) が、レンダリングされるタグに問題があります。私はEclipseで開発しており、TomCatをサーバーとして使用しています。
私の login.jsp ファイル: https://gist.github.com/code-curve/e7e557262d407dddd1f3
私の web.xml ファイル: https://gist.github.com/code-curve/52902b7605b780dea93f
Eclipse プロジェクトの構造: http://snag.gy/P8Sts.jpg
サーバー起動ログ: https://gist.github.com/code-curve/d1927a636052607ce16a
この url: でファイルにアクセスしています。http://localhost:8080/DeutschAkademie/login.jsp
私が理解しているように、<h:form>
タグは としてレンダリングする必要がありますが<form>
、代わりに としてレンダリングしてい<h:form>
ます。何か案は?