Closed hoaivan closed 12 years ago
- actionRequest.getPortletSession().setAttribute("impErrorList", errorList); <<< sao phải add vào portletSession? sao ko dùng SessionErrors. Phần này cần xử lý báo lỗi riêng để hiển thị cho từng row nên sử dụng cách này thay vì sử dụng SessionErrors.
- e.printStackTrace(); tại sao ko nên dùng debug kiểu này? nên dùng kiểu nào? A miss do lúc code tự sinh try/catch không để ý, đã update lại src code phần này.
StudentPortlet.importStudent():