首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

STRUTS2标签异常

2012-10-31 
STRUTS2标签错误org.apache.jasper.JasperException: tag select, field list: The requested list ke

STRUTS2标签错误

org.apache.jasper.JasperException: tag 'select', field 'list': The requested list key 'secondList' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]//在用 <s:select标签的时候,报了一个这样的错误,后来才知道是ACTION里没有写属性的get()set()方法……

热点排行