MyFaces: ReducedHTMLParser - Invalid tag found
次のような warning が出ていた。
WARN org.apache.myfaces.renderkit.html.util.ReducedHTMLParser:566 - Invalid tag found: unexpected input while looking for attr name or '/>' at line 444
何のことか分かりにくいが、 jsf (jsp) のファイルの中の HTML 的エラーがあるという警告である。 今回の場合は、 次のような行があった。
<div id="lay_function"">
次のように修正すると warning が出なくなった。
<div id="lay_function">