//판매요청인경우
if(proc_gb.equals("sell_req")){
deliveraddr da = new
deliveraddr();
da =
memberDao.getInstance().getDeliverAddr(map);
if(da == null){
//response.setContentType("text/html;
charset=UTF-8");
//PrintWriter out = response.getWriter();
//out.println("<script>alert('판매자의 주소정보가 없습니다. 주소를 추가해
주세요');</script>");
//out.flush();
program_id =
"0G601";
proc_jsp =
"myinforaddr.jsp";
}else{
newbook nb= bookDao.getInstance().getListByBook(book_pk_num);
request.setAttribute("article",
nb);
program_id = "0G301"; //판매요청등록화면
proc_jsp = "testsellreqbyinput.jsp";
}
java에서 alert을 띄우려고 추가한 부분때문에 계속 에러가 났었다.
지우니까 실행이 되긴하는데
alert을 어떻게 띄우지.
지금 java에서 jsp로 넘어가야 해서 alert을 jsp에서도 띄울 수 있지만..
그럼 java의 데이터를 가져가서 jsp에서 값에따라 alert이 뜨기도 안뜨기도 해야한다..
아..어쩌지..
암튼 에러 하나 없앰.ㅜㅠ
'문제점해결' 카테고리의 다른 글
Proguard 적용하기 (0) | 2014.07.30 |
---|---|
form 1 + button 2 (0) | 2014.07.30 |
이클립스에서 import하고 나서 한글 깨질 떄 (0) | 2014.07.29 |
svn에서 내려받은 파일 에러천지// (0) | 2014.07.29 |
The method getRemoteAddr() from the type ServletRequest refers to the missing type String (0) | 2014.07.29 |