<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:p="http://primefaces.org/ui"
xmlns:util="http://java.sun.com/jsf/composite/util"
......
<p:outputLabel val="name" for="foo">
<util:texto id="foo" val="#{bean.text}" required="true" />
......
</html>
しかし、提出フォームに、コンポーネントと同様に、このコンポーネントは、テンプレートで使用されている
<cc:interface>
......
</cc:interface>
<cc:implementation>
<cc:implementation>
<div id="#{cc.clientId}" style="margin: 0; padding: 0; width: 100%;">
...
<p:inputText id="texto" value="#{cc.attrs.value}"
readonly="#{cc.attrs.readonly}"
required="#{cc.attrs.required}"
maxlength="#{cc.attrs.maxlength}">
</p:inputText>
...
</div>
</cc:implementation> </cc:implementation>
を作成したコンポーネントを持っていますfooに赤い枠線がなく、p:outputLabel
にアイコンが表示されない[for="foo:texto"
がp:outputlabel
の場合、塗装は赤いが、アイコンは必要ありません]
eソリューション、ありがとう
PD:私の非常に悪い英語。
いいタイトルを作成してください。そこにタグを「コピーする」とは何も言わない。 – Kukeltje
アドバイスありがとう –