Play Framework 2的相关下拉列表

时间:2013-08-08 14:47:36

标签: java scala select frameworks

我正在使用Play框架2,我需要两个相关的下拉列表。例如,在第一个列表中将出现字母表中的字母并选择其中一个,在第二个列表中包含仅以该字母开头的单词。

感谢。

@helper.form(action = routes.Application.index) {

         @select(
                formABC("letter"),

                options(DropDownList.letters),
                '_default -> "--- Choose a letter ---",
                '_label -> "Letter"
        )
            ...
            And here I need the other @select

0 个答案:

没有答案