[Seasar-user:9667] Re: [teeda] xxxItems が空のとき

松山 大樹 [E-MAIL ADDRESS DELETED]
2007年 8月 3日 (金) 20:07:22 JST


 松山です。

 <select> の場合、xxxItems が空だと、

<select id="aaaItems" name="_id29:form:aaaItems" size="1">
<option value="" selected="selected">選択してください</option>
<option value="" selected="selected"></option>
</select>

 と、1つ余分に出力されます。

 xxxItems = null だと「選択してください」だけ表示されます。

 teeda-html-example だと、SelectOne2Page の、prerender() を、

	public String prerender() {
		aaaItems = new ArrayList();
		return null;
	}

 と変更すると再現できます。

 null でも、空でも同じ表示になると嬉しいです。

-- 
::: 株式会社WOWOWコミュニケーションズ http://www.wowcom.co.jp/
:::   ITシステムインテグレートサービスDept.
:::  Webソリューション開発Unit.
:::   松山 大樹 - [E-MAIL ADDRESS DELETED]





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