Given the grails dynamic method list() on a domain class, how does one control the appearance of the list elements, but NOT using the toString() method. I.e. in one case I need the list returned to look one way (in my g:select), and in another case, I need it to look another way, from the same domain class, as it is using different fields.
增 编