Author: hlship
Date: Thu Jun 28 12:14:31 2007
New Revision: 551665
URL: http://svn.apache.org/viewvc?view=rev&rev=551665
Log:
TAPESTRY-1610: Implement regular expression based input validation (client and
server)
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt
Modified: tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt?view=diff&rev=551665&r1=551664&r2=551665
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt Thu Jun 28
12:14:31 2007
@@ -13,13 +13,17 @@
Progress on Tapestry 5 is really taking off. This space lists some cool new
features that have been added
recently.
+ * Validator constraint values may now be specified in the component message
catalog, rather than in the @Validation annotation (or validation compnent
parameter).
+
+ * A new validator, regexp, has been added.
+
* A Radio button component has been added.
* A file upload form component has been added (in a new library:
{{{../tapestry-upload/}tapestry-upload}}).
* The BeanEditForm component can now create the object it edits.
- * Palette component for sophisticated multiple-property selection and
ordering.
+ * Added the Palette component for sophisticated multiple-property selection
and ordering.
* New "asset:" binding prefix to allow asset files to be bound to parameters.