マネージド Bean の 1 つのメソッドにこれらの行を追加すると、このエラーが発生します。プロジェクトのインポートを修正しましたが、結果はありません。maven spring jsf と hibernate を使用します。
エラーは次のとおりです。
Unresolved compilation problem: The type javax.el.ELContext cannot be resolved. It is indirectly referenced from required .class files
ここでエラーを引き起こす行:
FaceletContext faceletContext = (FaceletContext) FacesContext.getCurrentInstance().getAttributes().get(FaceletContext.FACELET_CONTEXT_KEY);
String formId = (String) faceletContext.getAttribute("hiddenIds");
何か考えはありますか