PATCH NAME:
906794
PRODUCT NAME:
Web Framework Kit
VERSION:
2.1
SHORT DESCRIPTION:
rich:extendedDataTable inside rich:tab: The columns which are not frozen are not rendered after switching the tab for the first time in IE 8.
rich:notifyMessages output is not escaped
LONG DESCRIPTION:
See RF-12639 (https://issues.jboss.org/browse/RF-12639) and RF-12736 (https://issues.jboss.org/browse/RF-12736) for details.
MANUAL INSTALL INSTRUCTIONS:
Follow the required actions to apply this patch:
Replace jar in binary distribution
1 - Locate the "richfaces-components-ui-4.2.3.Final-redhat-1.jar" coming from jboss-wfk-2.1.0-richfaces-bin.zip
(./jboss-wfk-2.1.0/richfaces-4.2.3.Final-redhat-1/artifacts/ui/richfaces-components-ui-4.2.3.Final-redhat-1.jar)
2 - Replace the "richfaces-components-ui-4.2.3.Final-redhat-1.jar" with file "richfaces-components-ui-4.2.3.Final-redhat-1-bz-906794.jar" from this patch.
Add artifact to WFK Maven repository
1 - install artifact into your local Maven repository using
mvn install:install-file -Dfile=./richfaces-components-ui-4.2.3.Final-redhat-1-bz-906794.jar -DpomFile=./richfaces-components-ui-4.2.3.Final-redhat-1-bz-906794.pom
Use patched artifact (as dependency) in your Maven builds
1 - overide dependency with following snipet in your application pom.xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
<version>4.2.3.Final-redhat-1-bz-906794</version>
</dependency>
</dependencies>
</dependencyManagement>
Note, if there is already a <dependencyManagement> section in you pom.xml, you need to place this snippet to appear on the top of the section
COMPATIBILITY:
None
DEPENDENCIES:
None
SUPERSEDES:
None
SUPERSEDED BY:
None
CREATOR:
Ilia Vassilev
DATE:
02/01/2013