On 9/12/2017 11:09 PM, Yasser Zamani wrote:
> I should correct myself; You can write it in both #session['foo'] or 
> #session.foo
> 
> So, now you should examine that previousBusinessStateList exists in 
> session on that action call which return that jsp including s:select tag.
> 

Also I remember similar issue in our APP; This may is belong to timed 
out expired sessions.

> On 9/12/2017 11:02 PM, Yasser Zamani wrote:
>> It means you have <s:select list="#session.previousBusinessStateList"
>> but Struts can not find previousBusinessStateList inside value stack.
>>
>> As I remember you should write it like below instead:
>>
>> #session['previousBusinessStateList']
>>
>> On 9/12/2017 8:57 PM, Deborah White wrote:
>>> Can someone take a look at this and tell me what exactly it means and 
>>> possibly how to resolve?  My log file fills up with these.
>>> 12:43:57,952 ERROR 
>>> [org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler] 
>>> (ajp-jbappprd4/172.26.11.62:8409-4) Exception occurred during 
>>> processing request: tag 'select', field 'list', name 
>>> 'renewSectionOneData.previousBusinessState': The requested list key 
>>> '#session.previousBusinessStateList' could not be resolved as a 
>>> collection/array/map/enumeration/iterator type. Example: people or 
>>> people.{name} - [unknown location]: 
>>> org.apache.jasper.JasperException: tag 'select', field 'list', name 
>>> 'renewSectionOneData.previousBusinessState': The requested list key 
>>> '#session.previousBusinessStateList' could not be resolved as a 
>>> collection/array/map/enumeration/iterator type. Example: people or 
>>> people.{name} - [unknown location]
>>>
>>>
>>> CONFIDENTIALITY NOTICE: This communication with its contents may 
>>> contain confidential and/or legally privileged information. It is 
>>> solely for the use of the intended recipient(s). Unauthorized 
>>> interception, review, use or disclosure is prohibited and may violate 
>>> applicable laws including the Electronic Communications Privacy Act. 
>>> If you are not the intended recipient, please contact the sender and 
>>> destroy all copies of the communication.
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to