[Seasar-user:15973] [Teeda] radio の動的プロパティについて

[E-MAIL ADDRESS DELETED] [E-MAIL ADDRESS DELETED]
2008年 10月 14日 (火) 15:30:02 JST


はじめまして、関口と申します。
お世話になります。

Teeda Extension を使用して開発を行っております。

Dolteng 0.30.0
teeda-1.0.13

『inputRadio』にて動的プロパティにてStyle、Class属性を変更したいのですがうまく行きません。
目的はエラー時に「onTeedaError」とつけて他の項目と同じように色を付けたいと思っております。
 
teeda-html-exampleの inputRadiohtml を利用して以下のように変更してみたのですが、
レンダリング結果に、属性が反映されません。
「逆引きリファレンス」を見たところ出来そうなのですが、何か間違っているのでしょうか?
宜しくお願いいたします。
 
【inputRadio.html】
  <span id="aaa" class="" style="">
     <input type="radio" name="aaa" value="1" />1
     <input type="radio" name="aaa" value="2" />2
     <input type="radio" name="aaa" value="3" />3
  </span>

【InputRadioPage.java】
	public String getAaaStyleClass(){
		return "onTeedaError";
	}
	public String getAaaStyle(){
		return "aaaStyle";
	}
  ※ リターンは適当な文字を指定しています。

【結果】
	<input type="radio" name="layoutChildBody:inputRadioForm:aaa" value="1" />1
	<input type="radio" name="layoutChildBody:inputRadioForm:aaa" value="2" />2
	<input type="radio" name="layoutChildBody:inputRadioForm:aaa" value="3" />3




Seasar-user メーリングリストの案内