Browse Source
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@321 50f2f4bb-b051-0410-bef5-90022cba6387pull/1/head
27 changed files with 144 additions and 60 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
welcome=Welcome |
||||
required=is required |
||||
notFound=has not been found |
||||
duplicate=is already in use |
||||
nonNumeric=must be all numeric |
||||
duplicateFormSubmission=Duplicate form submission is not allowed |
||||
typeMismatch.date=invalid date |
||||
typeMismatch.birthDate=invalid date |
||||
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
welcome=Willkommen |
||||
required=muss angegeben werden |
||||
notFound=wurde nicht gefunden |
||||
duplicate=ist bereits vergeben |
||||
nonNumeric=darf nur numerisch sein |
||||
duplicateFormSubmission=Wiederholtes Absenden des Formulars ist nicht erlaubt |
||||
typeMismatch.date=ungültiges Datum |
||||
typeMismatch.birthDate=ungültiges Datum |
||||
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
# This file is intentionally empty. Message look-ups will fall back to the default "messages.properties" file. |
||||
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
<%@ include file="/WEB-INF/jsp/includes.jsp" %> |
||||
|
||||
<%-- Redirected because we can't set the welcome page to a virtual URL. --%> |
||||
<c:redirect url="/welcome.do"/> |
||||
<c:redirect url="/clinic/welcome"/> |
||||
|
||||
|
||||
Loading…
Reference in new issue