制造“多米诺骨牌效应”在 JSF2 中使用 Ajax
我试图在使用 JSF2 和 Ajax 渲染不同的 panelGroup 时创建类似多米诺骨牌的效果。 idé 是,根据结果,将渲染并显示某个面板,进而渲染第三个面板,是否可以使用 Ajax 创建类似多米诺骨牌的效果来连续渲染每个面板?
我确信我在某处读过这篇文章,我只是无法再次找到这篇文章:(
I'm trying to create a domino like effect when rendering different panelGroups using JSF2 and Ajax. The idé is that depending on the outcome a certain panel will be rendered and shown which in turn renders a third panel, is it possible to create a domino like effect with Ajax to render each panel in succession?
I'm sure I've read about this somewhere, I just can't to find the article again :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将组组件绑定到视图范围并使用
UIComponent#isRendered()
。Bind the group components to the view scope and use
UIComponent#isRendered()
.