当前位置: 代码迷 >> Eclipse >> //////////////////////////////////////////////////////////////解决方案
  详细解决方案

//////////////////////////////////////////////////////////////解决方案

热度:43   发布时间:2016-04-23 14:16:14.0
//////////////////////////////////////////////////////////////
<td width="5%">
<div align="center">
<input type="radio" name="id" value='<bean:write name="outlist" property="yuangong_id"/>' onclick="SelectInfoAction('name="outlist" property="yuangong_id"');"/>
</div>
</td>
这个是一个点击选择按钮,我要将员工的ID传到相应的Action 中。
<td><bean:write name="outlist" property="yuangong_id"/></td>
这个是在页面上显示员工ID。上面点击选择按钮就是将这个ID传过去。你们看这样行不行?




版主附记:

由于该帖的标题毫无意义可言,与正文也不相符,
故锁定帖子。

------解决方案--------------------
SelectInfoAction(this.value)可以吗?我在群里面说了,我想应该是可以的
  相关解决方案