79808182838485
return "cart/checkout"; } @InitBinder public void initBinder(WebDataBinder binder) { binder.setValidator(new OrderValidator()); }