[seam-commits] Seam SVN: r9353 - trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 16 12:55:34 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-16 12:55:33 -0400 (Thu, 16 Oct 2008)
New Revision: 9353
Modified:
trunk/seam21migration.txt
Log:
JBSEAM-3487
Modified: trunk/seam21migration.txt
===================================================================
--- trunk/seam21migration.txt 2008-10-16 14:16:26 UTC (rev 9352)
+++ trunk/seam21migration.txt 2008-10-16 16:55:33 UTC (rev 9353)
@@ -181,4 +181,16 @@
--------------------------
The "provided" platform is now JBoss AS 4.2.3, therefore javasisst:javassist and
-dom4j:dom4j are now marked as provided.
\ No newline at end of file
+dom4j:dom4j are now marked as provided.
+
+
+Seam Application Framework Changes
+----------------------------------
+
+Seam now expects value expressions for a number of properties
+(entityHome.createdMessage, entityHome.updatedMessage, entityHome.deletedMessage
+and entityQuery.restrictions); if you are using components.xml to configure your
+objects, you don't need to make any changes. If you are extending the objects in
+Java, you just need to create a value expression; for example:
+
+public ValueExpression getCreatedMessage() { return createValueExpression("New person #{person.firstName} #{person.lastName} created"); }
More information about the seam-commits
mailing list