ActionForward forward = new ActionForward("kmRentalMain.do?method=view&fdId="+id);
forward.setRedirect(true);

return forward ;

05-06 19:01