Changeset 1264 for trunk/grails-app/i18n


Ignore:
Timestamp:
Dec 14, 2010, 5:44:23 PM (13 years ago)
Author:
work@…
Message:

resolves issue #233, validation of an object which inherits from TemplateEntity? does not result in an error when required templateFields are missing.

Location:
trunk/grails-app/i18n
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r1260 r1264  
    6161
    6262# TemplateEntity errors
     63templateEntity.required={0} is required and may not be left blank
    6364templateEntity.typeMismatch.long={0} has to be an absolute number (without comma's)
    6465templateEntity.typeMismatch.double={0} must be a number
  • trunk/grails-app/i18n/messages_nl.properties

    r1260 r1264  
    6262
    6363# Template entity meesages
     64templateEntity.required={0} is verplicht en mag niet leeg zijn
    6465templateEntity.typeMismatch.long={0} moet een absoluut getal zijn (zonder komma's)
    6566templateEntity.typeMismatch.double={0} moet een getal zijn
Note: See TracChangeset for help on using the changeset viewer.