action里的方法已经执行 为什么页面没有跳转
@Action(value="getemployee",results={@Result(name="success",location="/updateEmployee...
@Action(value="getemployee",results={@Result(name="success",location="/updateEmployee.jsp")})
public String getemployee(){
System.out.println("///***//////////////////////////////////////*****************************");
System.out.println(employeeIds+"----------------------------------------------");
int employeeId = Integer.parseInt(employeeIds);
employeeService.getById(employeeId);
System.out.println( employeeService.getById(employeeId).getEmployeeNo()+"~~~~~~~~~~~~~~~~~~~~~~~~~~");
System.out.println("++++++++++++++++++++++++++++++++++++++++++++");
return SUCCESS;
} 展开
public String getemployee(){
System.out.println("///***//////////////////////////////////////*****************************");
System.out.println(employeeIds+"----------------------------------------------");
int employeeId = Integer.parseInt(employeeIds);
employeeService.getById(employeeId);
System.out.println( employeeService.getById(employeeId).getEmployeeNo()+"~~~~~~~~~~~~~~~~~~~~~~~~~~");
System.out.println("++++++++++++++++++++++++++++++++++++++++++++");
return SUCCESS;
} 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏50(财富值+成长值)
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询