grails-phonenumbers icon indicating copy to clipboard operation
grails-phonenumbers copied to clipboard

Validate phone numbers in grails using google's libphonenumber library.

Results 6 grails-phonenumbers issues
Sort by recently updated
recently updated
newest added

Grails Version of the app : 4.0.3 When I add the plugin to my app, I get this error : ` Java.lang.NoClassDefFoundError: grails.validation.ConstrainedProperty at ca.redtoad.phonenumber.PhonenumbersGrailsPlugin$_doWithSpring_closure1.doCall(PhonenumbersGrailsPlugin.groovy:23) `

This plugin will definitely not work with Grails 2.0.

https://github.com/ataylor284/grails-phonenumbers/blob/master/build.gradle#L64 That `asset-pipeline` dependency complicates using this plugin in an app that doesn't use `asset-pipeline`. For example, an application that is using the `rest-api` profile won't normally have or want...

What is the messages.properties attribute for phone number validation?