From a09c282b0402d15629046328114109d5b23e545a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 24 Sep 2008 21:12:30 +0000 Subject: [PATCH] generated messages --- spring-webflow-reference/src/views.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml index 60544b63..432392f8 100644 --- a/spring-webflow-reference/src/views.xml +++ b/spring-webflow-reference/src/views.xml @@ -566,9 +566,10 @@ reservationConfirmation=We have processed your reservation - thank you and enjoy booking.checkinDate.typeMismatch - The first part of the key is the model class's short name. The second part of the key is the property name. - The third part is the error code. This allows for the lookup of a unique message to display to the user - when a type conversion failure occurs on a Booking checkinDate binding. Such a message might say: + The first part of the key is the model class's short name. + The second part of the key is the property name. The third part is the error code. + This allows for the lookup of a unique message to display to the user when a binding fails on a model property. + Such a message might say: booking.checkinDate.typeMismatch=The check in date must be in the format yyyy-mm-dd.