`
rich8w
  • 浏览: 178546 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

在comm.js中的使用某个function中,增加json格式的传送

    博客分类:
  • mark
阅读更多
<td class="ct">
<a href="javascript:FollowUp(${follow.id},{'info.clientId':${follow.lazyLoader.client.id}}).remove();">删除</a>
<a href="javascript:FollowUp(${follow.id},{'info.clientId':${follow.lazyLoader.client.id}}).edit();">编辑</a>
</td>




<a href="javascript:BillEdit(${bill.id},{'info.contractId':${bill.contractId},'handler':'xxx.handler.BillListener'}).remove();">作废</a>
分享到:
评论
2 楼 rich8w 2010-07-14  
return new ActionForward("", "/b010Info.do?processCategory=info&info.id="
            + client.getId(), true, "/b");
1 楼 rich8w 2010-07-14  
ActionForward转回到某个路径



ActionMessages msgs = new ActionMessages();
msgs.add("__MSG", new ActionMessage("message.success", "数据删除"));
saveMessages(request.getSession(), msgs);

String dotDoPath = StringUtils.chomp(mapping.getPath(), ".do") + ".do";
return new ActionForward(dotDoPath + "?processCategory=info&info.id="
		+ BeanUtils.getProperty(form, "info.id"), true);

相关推荐

Global site tag (gtag.js) - Google Analytics