
20
Mar, 15
Bind A List of Objects Into A Grails Command Object
Grails supports command object binding [0]. Request parameters are bound to properties of a given command class. From this(binding [0]) context, a special-case is the use of lazy list properties. A lazy list grows whenever an index greater than its size is requested....
Recent Comments