1
私は使用していますtr:inputText
reqired=”true”
空のフィールドを検証するためです。trを変更するには:メッセージスタイル
Trinidad Demoでは、私はトリニダードのデモから同じスキンを使用しようとも経由inlineStyle
tr:message
は赤
であることがわかりますが、私はまだ黒でメッセージを見ることができます。
.AFComponentMessageCell
{
background-color: red;
color:blue;
}
TR:
xmlns:h="http://java.sun.com/jsf/html"
xmlns:tr="http://myfaces.apache.org/trinidad"
xmlns:f="http://java.sun.com/jsf/core">
<tr:document>
<tr:panelFormLayout>
<tr:form>
<tr:inputText id="it"
required="true">
<f:facet name="help">
<tr:outputFormatted value="mail address"/>
</f:facet>
</tr:inputText>
<tr:commandButton text="submit"/>
<tr:message for="it" inlineStyle="background-color:red; border: 1px solid #BBB1AA"/>
</tr:form>
</tr:panelFormLayout>
</tr:document>
たぶん誰かが私はあなたのトリニダード・skinning.cssファイルでこれを入れたメッセージのスタイルに
おかげ