我的代码是这样的 :
<table>
<s:iterator value="#session.list" id="car" status="sta">
<tr>
    <td><img width="40px" height="50px" src="#car.picture"> </td>
</tr>
  </table我使用OGNL表达式获取 session中的值  其中  picture是car 图片地址,地址写法是正确的,好像src="#car.picture"取不到picture的值,不解,不知是不是OGNL表达式用错了