示例#1
0
 public String goToConfirmationPage() {
   order.setTotalPrice(order.getQuantity() * order.getProductId().getPrice());
   return "confirmationPage";
 }