we are facing following issue. The same code is working in another environment.
Root cause of ServletException.
tag 'select', field 'list', id 'searchRunType', name
obSearchNotificationSCNBean.searchRunType: The requested list key
'%{jspParams['RUN_SCENARIO_LIST']}' could not be resolved as a collection/array
/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]
Following is our HTML code
<tr>
<td><s:select name="obSearchNotificationSCNBean.searchRunScenario" list="%
{jspParams['RUN_SCENARIO_LIST']}" id="searchRunScenario"
cssStyle="width:180px;" headerKey="DEFAULT" headerValue="--SELECT RUN SCENARIO--"
onchange="checkSearchRunType()"/>
</td>
</tr>
we are putting value in jspParams below
jspParams.put(RUN_TYPE_LIST, obPriceTypeArray);
obPriceTypeArray is a MAP