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.
我的问题是如何使用 JSF 2.0 根据用户凭据从数据库动态创建菜单栏?请为我提供一些可能有帮助的提示或链接。谢谢
您是否考虑过将第三方组件库与 JSF 一起使用。 你可以去Primefaces。这里 有不同种类的菜单栏。
在这里使用p:menu,您可以使用Menumodel创建菜单。可以根据用户权限从 ManagedBean 更改该模型。 这是 Primefaces菜单模型示例,其中最后一个程序菜单是使用 MenuModel 创建的。 这是 Primefaces 博客链接。
p:menu