Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P07
-
Fix Version/s: EE-3.3.0.GA_P08
-
Component/s: Core Extensions
-
Labels:None
-
Environment:ICEfaces EE 3
-
Assignee Priority:P2
Description
When using Mojarra 2.2 with com.icesoft.facelets.HtmlTagDecorator enabled the "class" attributes of the HTML elements are rendered as "styleclass" attributes in the page.
This is an issue that was fixed only in ICEfaces 4, see IPCK-518.
This is an issue that was fixed only in ICEfaces 4, see IPCK-518.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | CLONE - Core Framework Extension to convert plain HTML tags to Components not working | Core Framework Extension to renders "class" attribute as "styleclass" |
Security | Private [ 10001 ] | |
Fix Version/s | EE-3.3.0.GA_P08 [ 13294 ] | |
Fix Version/s | EE-4.0.0.GA [ 11071 ] | |
Reporter | Ken Fyten [ ken.fyten ] | Mircea Toma [ mircea.toma ] |
Affects Version/s | EE-3.3.0.GA_P07 [ 13119 ] | |
Affects Version/s | EE-4.0.0.GA [ 11071 ] | |
Environment | ICEfaces EE 4 | ICEfaces EE 3 |
Description |
The com.icesoft.facelets.HtmlTagDecorator that is supposed to convert plain HTML tags into components when configured is not working with ICEfaces EE 4.
To use this feature, you must have the icefaces-ee-ext.jar in the classpath and the tag decorator configured in the web.xml, as noted here: http://wiki.icesoft.com/display/IFEE2/Core+Framework+Extensions However, upon configuring this feature I am unable to see the referenced test scenario from the above Wiki link working any differently, the <center> tag is still placed on it's own as a peer of the <h:inputText> component. |
When using Mojarra 2.2 with com.icesoft.facelets.HtmlTagDecorator enabled the "class" attributes of the HTML elements are rendered as "styleclass" attributes in the page.
This is an issue that was fixed only in ICEfaces 4, see IPCK-518. |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Applied fix to trunk.