Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
default value of domain fields
.
Show all posts
Showing posts with label
default value of domain fields
.
Show all posts
Monday, May 5, 2014
Setting default value for fields in Grails Domain Class
›
class MyDomainClass { Date myDate = new Date (); Boolean myBoolean = false ; String myString = "" ; ...
›
Home
View web version