jsp中表达式%{}的含义是什么?

时间:2015-05-28 06:44:52

标签: java jsp struts2

我正在通过列表对象开发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" />  

在上面的代码中, 列表属性 %{} 的目的是什么。
注意:没有此%{} 也可以正常运行。

0 个答案:

没有答案