Selecting multiple values from select tag - Grails

前端 未结 2 1415
南笙
南笙 2021-01-06 21:18

Could you please anyone tell me how to get multiple values from

I have this in my create.gsp

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-06 21:29

    Your MME is because the get() on Domain classes only handles one id at a time. For multiple ids from your .

提交回复
热议问题