Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-2.0.0.Beta1
-
Component/s: Facelet Components
-
Labels:None
-
Environment:JSF 2.0.3 RC1
-
Workaround Exists:Yes
-
Workaround Description:To work around the rendering problem and the incorrect variable capture, the templates can be changed to " " a correctly escaped ASCII representation of the nbsp character.
Description
ICEpack Composite Components templates, when running on JSF 2, do not properly escape non-breaking spaces written as " " as was done in previous versions, instead rendering as " ".
Changing the template to " " as would be expected to work, causes a known JSF bug where nbsp is incorrectly recognized as a variable.
Changing the template to " " as would be expected to work, causes a known JSF bug where nbsp is incorrectly recognized as a variable.
Issue Links
- blocks
-
IPCK-126 icefaces-composite-comps.jar with JSF/ICEfaces 2.0 Compat
- Closed
Workaround is acceptable in all instances encountered.