标题中带有链接的 ICEfaces CollapsiblePanel
我正在尝试将 commandLink 放入 ICEfaces 可折叠面板的标题中。但每当我单击链接时,面板也会折叠(这不是我想要的)。
论坛中的一些人找到了解决方案,但老实说我不明白它,因为我对 JSF 和 ICEfaces 很陌生。 http://www.icefaces.org/JForum/posts/list/8931.page
有人能给出更详细的解释吗?
谢谢!
I'm trying to put a commandLink in the header of an ICEfaces collapsible panel. But whenever I click the link the panel gets collapsed as well (which is not what I wanted).
Some guy in a forum found a solution but honestly I don't understand it as I'm quite new to JSF and ICEfaces.
http://www.icefaces.org/JForum/posts/list/8931.page
Can anybody give a more detailed explanation what to do?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
必须是 collpasiblePanelHeader 标记上的“toggleOnClick”= false 属性。
Must be the "toggleOnClick" = false attribute on the collpasiblePanelHeader tag.