Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.Beta1
-
Fix Version/s: EE-3.0.0.GA
-
Component/s: Facelet Components
-
Labels:None
-
Environment:TC 7 / JSF 2.1 B09
-
Workaround Exists:Yes
-
Workaround Description:Use Glassfish 3.1 when using JSF 2.1
Description
An EL boolean value expression passed as the rendered attribute to ice-cc:easyPopup causes this bug.
Both #{true} and #{popupExampleBean.showPopup} give the same error.
This bug may affect other components.
Both #{true} and #{popupExampleBean.showPopup} give the same error.
This bug may affect other components.
Issue Links
- blocks
-
IPCK-126 icefaces-composite-comps.jar with JSF/ICEfaces 2.0 Compat
- Closed
I'd experienced this and other EL-related bugs on TC 7 (with other components), but only when using JSF 2.1.
Trying the same components on the GF 3.1 Nightly worked fine. Need to find what the difference in their EL implementations is.