カスタムコンポーネント内で次のELを使用したい:
<ui:param name="valueAfter"
value="#{not empty valueAfter ? valueAfter : false}" />
<h:outputText
value="#{x.label}#{valueAfter == true ? {x.value} : ''}" />
中括弧を出力できないため、これは機能しませんが、実際に中括弧を出力するx.value
ための良い方法を探しています。