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
-
fixed nbsp;s in statusBar and richDataGrid composite components:
Revision: 26219
Author: philip.breau
Date: 9:30:38 PM, Friday, February 11, 2011
Message:
IPCK-110not workingModified : /icefaces-ee2/trunk/icefaces-ee/ee-comps/compat-composite-comps/docs
Modified : /icefaces-ee2/trunk/icefaces-ee/ee-comps/compat-composite-comps/web/datatable/_editableTableRowOps.xhtml
Modified : /icefaces-ee2/trunk/icefaces-ee/ee-comps/compat-composite-comps/web/statusbar/status_bar.xhtml