Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿,我正在学习 Grails。我已经玩了一段时间了,但没有太严重。假设我有两个下拉框,一个是动物类型,第二个是品种。我如何给第二个框的值?例如,如果我选择狗,它应该只显示狗的品种,而不是猫的品种。
提前致谢。
一种方法是使用 AJAX 来执行此操作(如果您不介意每次更改第一个下拉列表中的选择时都进行服务器调用)。看看这里:
http://www.grails.org/AJAX-Driven+SELECTs+in+GSP