Peut-on avoir plus d'un champ de g:sélectionnez optionValue?

Est-il possible d'afficher plus d'un nom de champ dans optionValue?

<g:select name="id" from="${Books.list()}" optionKey="id"
          value="" optionValue="name"
          noSelection="${['null':'Select Publisher...']}"/>

Expe:

<g:select name="id" from="${Books.list()}" optionKey="id"
          value="" optionValue="name and author"
          noSelection="${['null':'Select Publisher...']}"/>
InformationsquelleAutor Honey | 2010-11-19