I solved the above problem by using "${sessionScope.userList}" instead of "#session.userList"
But the problem that I have now is that when I use <s:property> tag inside <display:table> tag the value is not getting displayed .So I can see the values in <display:column> tag but not the ones that I try to display using <s:property> tag.