[seam-commits] Seam SVN: r14714 - in branches/community/Seam_2_3/distribution: src/main/assembly and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 21 07:52:42 EDT 2012
Author: manaRH
Date: 2012-05-21 07:52:41 -0400 (Mon, 21 May 2012)
New Revision: 14714
Modified:
branches/community/Seam_2_3/distribution/pom.xml
branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt
Log:
JBSEAM-4955 added migration notes and changed distribution dependency to
seam-reference-guide
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-05-21 11:40:29 UTC (rev 14713)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-05-21 11:52:41 UTC (rev 14714)
@@ -116,6 +116,7 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-reference-guide</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
Modified: branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt 2012-05-21 11:40:29 UTC (rev 14713)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/seam23migration.txt 2012-05-21 11:52:41 UTC (rev 14714)
@@ -35,3 +35,17 @@
The "provided" platform is now JBoss AS 7.1.x, therefore all Java EE dependencies included
in AS 7 are now marked as provided.
+Seam UI tags
+--------------------------
+We use Richfaces CDK for generation of Seam UI taglib, unfortunately Richfaces CDK 4 doesn't support to create custom tags for converter or validator:
+Affected seam tags are:
+ convertEntity
+ convertEnum
+ convertAtomicBoolean
+ convertAtomicInteger
+ convertAtomicLong
+ validateFormattedText
+There can be used standard JSF 2 tags like f:converter or f:validator for the simulating the old behaviour of s:convert* or s:validate* tags.
+
+
+
More information about the seam-commits
mailing list