我正在通过列表对象开发jsp的下拉列表。 我的代码是......
<s:select headerValue="Select Type" listKey="description"
headerKey="Select" style="width: 262px; height: 25px;"
id="select_auto" listValue="description"
list="%{#application.studentReqType}" name="type" />
在上面的代码中, 列表属性 的%{} 的目的是什么。
注意:没有此%{} 也可以正常运行。