- Revision
- 256
- Author
- mauro
- Date
- 2007-07-13 04:56:59 -0500 (Fri, 13 Jul 2007)
Log Message
Added field descriptions.
Modified Paths
- trunk/examples/mydvds-example/resources/index.jspx
- trunk/examples/mydvds-example/src/main/resources/ApplicationResources.properties
Diff
Modified: trunk/examples/mydvds-example/resources/index.jspx (255 => 256)
--- trunk/examples/mydvds-example/resources/index.jspx 2007-07-13 09:08:03 UTC (rev 255) +++ trunk/examples/mydvds-example/resources/index.jspx 2007-07-13 09:56:59 UTC (rev 256) @@ -57,7 +57,7 @@ <div class="box"> - <h1><fmt:message key="new_user_message"/></h1> + <h1><fmt:message key="new_user"/></h1> <hr/> <w:form action="" method="post" id="addUserForm" type="table">
Modified: trunk/examples/mydvds-example/src/main/resources/ApplicationResources.properties (255 => 256)
--- trunk/examples/mydvds-example/src/main/resources/ApplicationResources.properties 2007-07-13 09:08:03 UTC (rev 255) +++ trunk/examples/mydvds-example/src/main/resources/ApplicationResources.properties 2007-07-13 09:56:59 UTC (rev 256) @@ -1,4 +1,4 @@ -## Automatic Binding Error Messages +# Automatic Binding Error Messages default.bind.error=The value ''{1}'' entered in field <i>{0}</i> is not valid. number.bind.error=The value ''{1}'' entered in field <i>{0}</i> is not a valid number. date.bind.error=The value "{1}" entered in field <i>{0}</i> is not a valid date ({2}). @@ -6,6 +6,17 @@ # Other Error messages # Field Descriptions -dateOfBirth=Date of Birth - -# Other properties \ No newline at end of file +welcome=Welcome +change_language=Change Language +new_user=New User +login_page=Login +logout=Logout +your_dvds=Your Dvds +new_dvd=New Dvd +add=Add +dvd.title=Dvd title +dvd.description=Dvd description +dvd.type=Dvd type +name=name +login=login +password=password
To unsubscribe from this list please visit:
