Quantcast

association level sort by multiple columns?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

association level sort by multiple columns?

yuanjing
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?
Loading...