|
|
This post has NOT been accepted by the mailing list yet.
I am trying to sort multiple columns at association level,
got org.codehaus.groovy.grails.exceptions.InvalidPropertyException.
static mapping = {
passengers sort:'lastname, firstname'
}
Any idea?
|