Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta2
-
Fix Version/s: 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:embed an ice:outputText within the ice:commandLink
Description
The following xhtml source results in the ice:commandLink value displaying Nächster
<ice:outputText value="Nächster" /><br/>
<ice:commandLink value="Nächster" /><br/>
<ice:commandLink ><ice:outputText value="Nächster" /></ice:commandLink><br/>
<h:commandLink value="Nächster" /><br/>
Issue Links
- blocks
-
ICE-6287 iso-8859-1 chars become UTF-8 in IE
-
- Closed
-
Likely instigated by the fix for
ICE-5854. We must be careful not to introduce a cross site scripting vulnerability when adjusting this fix.