如何配置 Fields 插件来过滤域

How to configure the Fields plugin to filter the domain

我有一个作者,他有一本书。

class Author {
   String name
   Book book
}

edit.gsp 中的 <f:all bean="Author"/> 标签将创建一个带有 Author.name 的 html 文本框和一个带有 的 html 下拉框html 元素中的所有 本书。

如何设置 Fields 插件以仅显示书籍的子集(而不是所有书籍)?

(从问题...)

How to setup the Fields plugin to only show just a sub-set of the books (not all the books)?

(来自评论...)

So, I want the Fields plugin to fill out the book dropdown with all the books that are published by Penguin only.

字段插件不提供进行过滤的机制。