ui:fragment 和 s:fragment 之间有什么区别吗?
和
之间有什么区别?我交替使用这两个标签库进行条件渲染(使用渲染属性,尽管我找不到任何说明“渲染”是 ui:fragment 的有效属性的文档)
谢谢
What's the difference between <ui:fragment>
and <s:fragment>
? I use these two tag libraries interchangeably for conditional rendering (using the rendered attribute although I can't find any documentation that states "rendered" is a valid attribute for ui:fragment)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,
渲染
是唯一的区别。Yes
rendered
is the only difference.很抱歉参加聚会迟到了。我同意谢尔文的观点。 ui:fragment 上的“渲染”属性没有记录,但似乎有效。我在 JBoss 4.2.3 上使用 JSF 1.2。
我认为如果您使用 Seam,则应该使用 Seam 标签。不过,我只是使用普通的 JSF,所以我别无选择。
Sorry to be late to the party. I agree with Shervin. The "rendered" attribute on ui:fragment isn't documented, but seems to work. I'm using JSF 1.2 on JBoss 4.2.3.
I think you should use the Seam tag if you're using Seam. I'm just working with plain JSF though, so I don't have a choice.