0
<t:grid t:id="selectedListGrid" t:source="selecteditemlist"
row="item" rowsPerPage="5" inPlace="true" >
<p:sizecell>
<select t:model="sizeOption" t:value="1"/>
</p:sizecell>
這裏是我的TML文件的一部分,以下是我設置模型的地方。我的網格不在表單內,下拉列表是空的。任何簽名?如何在掛毯網格中設置下拉列表
@Property
static final private String[] sizeOption = new String[] {"1","2","3","4"};