将树节点(Primefaces)链接到 xhtml 页面
我已经创建了带有节点的树,当我单击节点(例如管理用户)时,我想在每个节点上执行一个操作,将其移动到 xhtml 表单(例如 ManageUser.xhtml)。
i have created the tree with its nodes and i would like to put an action on each node to move it to an xhtml form say(ManageUser.xhtml) when i click on the node(say Manage User).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅Primefaces 展示中的此示例。
您可以使用选择侦听器并从支持 bean 方法进行重定向:
并在 bean 中:
See this example from the Primefaces showcase.
You could use a select listener and redirect from the backing bean method:
and in the bean: