jsp注销实现问题
Action :
String name = request.getParameter("name"); //获取登陆用户名称
ActionContext.getContext().getSession().put("nsrname", name);
-----------
<th>欢迎您,</th>
    <td>
     <s:property value="#session.nsrname"/>
    </td>
</tr><tr>
    <th>
       <a href="">注销</a>
    </th>
   </tr>
-------------
这里的注销 怎么实现 谢谢了。
------解决方案--------------------