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.
我正在开发一个liferay portlet,我是新手。在我的一种形式中,我有两个下拉列表。我希望当用户在第一个下拉列表中选择一个值时过滤第二个下拉列表值。例如,如果用户在第一个下拉列表中选择一个部门,则第二个显示所选部门的员工。我不知道如何在liferay中做到这一点。提前感谢任何帮助。
一种方法是使用 AJAX。通常你可以使用 jQuery,但 liferay 有一个称为 Alloy UI 的框架。这个想法是,当用户在第一个下拉列表中选择某些内容时,应用程序将选定的行发送到 portlet,这会将新列表发送回第二个下拉列表。