Hi All,
Im facing an error while trying to run my
jsp .Below , is the stacktrace of my error.
Mar 18, 2011 2:42:40 PM org.apache.catalina.core.ApplicationDispatcher invoke
SEVERE: Servlet.service() for
servlet jsp threw exception
tag 'select', field 'list', name 'listbean.dt_oid': The requested list key 'dtList' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]
at org.apache.struts2.components.Component.fieldError(Component.java:231)
at org.apache.struts2.components.Component.findValue(Component.java:293)
at org.apache.struts2.components.ListUIBean.evaluateExtraParams(ListUIBean.java:79)
at org.apache.struts2.components.Select.evaluateExtraParams(Select.java:99)
at org.apache.struts2.components.UIBean.evaluateParams(UIBean.java:780)
at org.apache.struts2.components.UIBean.end(UIBean.java:481)
at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:43)
at org.apache.jsp.jsp.interface_jsp._jspx_meth_s_005fselect_005f0(interface_jsp.java:376)
at org.apache.jsp.jsp.interface_jsp._jspx_meth_s_005fform_005f0(interface_jsp.java:265)
at org.apache.jsp.jsp.interface_jsp._jspService(interface_jsp.java:165).
I think its linked to this tag
.
Please suggest how I could overcome it..
Thanks.