【发布时间】:2012-03-01 08:37:30
【问题描述】:
如何在 struts 中访问 jsp 标签? 例如:
<s:select name="country" list="<%=countryList%>" headerKey="0" headerValue="Country"
label="Select your country" required="true"/>
例外:
消息:/jsp/index.jsp(35,2) 根据 TLD 或属性 标记文件中的指令,属性列表不接受任何表达式。 countryList 是一个 ArrayList。
【问题讨论】: