I am creating JSF2 custom components and eclipse shows following error at the first line of the class.
The type javax.el.ValueExpression cannot be resolved. It is indirectly referenced from required .class files
Error only shown when my component extends checkbox related components like HtmlSelectBooleanCheckbox
or HtmlSelectManyCheckbox
. Other components like HtmlSelectOneMenu
, HtmlInputText
are ok.
I've checked project build-path and javax.faces-2.1.14.jar
is already added to the build-path.