我想问一下关于struts下的url重写问题

在<logic:iterate >下的遍历出来的东西要URL重写,要怎么搞?

<logic:iterate id="item" name="showBType" indexId="index">
<tr>
<td><bean:write name="item" property="id" /></td>
<td><bean:write name="item" property="name" /></td>
<td><bean:write name="item" property="remark" /></td>
<td align="center"><html:link action="/upBType" paramId="index">编辑</html:link>|<a>删除</a></td>
</tr>
</logic:iterate>
请大家多多指教谢谢

其中这个paramId里面应该填写的是什么?上面的属性id吗?我试过id但是提交到action类时就是null的,郁闷

漏了paramName吧..

利用apache的mod_rewrite模块就很容易实现,

不是一个paramId就能带ID过去了吗?不用另一个也行吧?我只要带一个过去