|
From: Aaron D. (JIRA) <no...@at...> - 2006-11-15 14:28:41
|
The messages typeMismatch and unknown don't show the cause of the error
-----------------------------------------------------------------------
Key: RCP-445
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-44=
5
Project: Spring Framework Rich Client Project
Type: Improvement
Components: Binding System =20
Versions: 0.3.0 =20
Reporter: Aaron Digulla
When validation for a text field fails because of a typeMismatch or an unkn=
own error, the source of the error is not display leaving the developer clu=
eless at what the problem might be.
See DefaultBindingErrorMessageProvider.java:49
To fix, add a {1} parameter to the properties (it's already filled by the c=
ode):
message.properties:
typeMismatch=3D{0} has an invalid format "{1}"
unknown=3D{0} has an invalid format "{1}"
messages_de.properties:
typeMismatch=3D"{1}" ist ung=C3=BCltig f=C3=BCr {0}
unknown=3D"{1}" ist ung=C3=BCltig f=C3=BCr {0}
--=20
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/spring/secure/Administrators.js=
pa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|