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.
<div>当使用带有的 <h:panelGroup>组件时,是否可以欺骗 JSF 为 生成标题属性layout="block"?
<div>
<h:panelGroup>
layout="block"
用于复合组件,<h:panelGroup>我不能<div>直接使用标签,因为我需要渲染属性。
如果您使用的是 JSF 2.2,则可以使用Pass-through 属性功能,如下所示
<h:panelGroup p:title="My title"
另一种解决方案可能是使用divwithtitle并用
div
title
<panelGroup rendered="" <div title="My title"