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
Activity
Nils Lundquist
created issue -
Brad Kroeger
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Brad Kroeger [ brad.kroeger ] | Ken Fyten [ ken.fyten ] |
Brad Kroeger
made changes -
Patrick Corless
made changes -
Salesforce Case | [] | |
Fix Version/s | EE-2.0.0.Beta1 [ 10254 ] |
Patrick Corless
made changes -
Assignee | Ken Fyten [ ken.fyten ] | Patrick Corless [ patrick.corless ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Ken Fyten
made changes -
Fix Version/s | EE-2.0.0.Alpha1 [ 10260 ] | |
Fix Version/s | EE-2.0.0.Beta1 [ 10254 ] |
Ken Fyten
made changes -
Resolution | Won't Fix [ 2 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee | Patrick Corless [ patrick.corless ] | Philip Breau [ philip.breau ] |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | EE-2.0.0.Beta1 [ 10254 ] | |
Fix Version/s | EE-2.0.0.Alpha1 [ 10260 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workaround is acceptable in all instances encountered.