<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"};
答案 0 :(得分:1)
<t:select ... />
。