私は単純なコンポーネントを持っています - CommandButton
<tr:commandButton text="test" styleClass="form-button"
actionBean="#{testPage}" action="synchAction"
partialSubmit="true" id="btnId" />
この commandButton はstyleClass form-button を使用します。
バッキング Bean には、イベント トリガーの後に値を変更するブール値メンバーがあります。
そのブール値に従って私の commandButton StyleClassを変更することは可能ですか?
つまり、このブール値が true になると、commandButton の styleClass が別のスタイルに変更されます。
助けていただければ幸いです。
ありがとう、
ジョン