Work/dwr4 org.directwebremoting.util.CommonsLoggingOutput.error(CommonsLoggingOutput.java:75) : No converter found fo org.directwebremoting.util.CommonsLoggingOutput.error(CommonsLoggingOutput.java:75) : No converter found 오류 원인 dwr.xml 파일에 < - 해당 bean이 없어서 발생 하는 오류 이다. 2012. 11. 29. dwr/index.html 페이지 접근 제한 dwr 설정시 web.xml 내용중 dwr-invoker org.directwebremoting.servlet.DwrServlet debug false < ----- 기존에 true 에서 false 로 수정 디버그 false 로 수정 하면 페이지 접근 안됩니다. ^^ 2012. 4. 13. DWR 셀렉트 박스 사용시 선택값 유지 DWR 을 이용하여 셀렉트 박스를 만들어 줄때 선택했던 값을 유지 하고 싶을때 ..... DWRUtil.removeAllOptions('neNo'); DWRUtil.addOptions('neNo', data); DWRUtil.setValue('neNo',''); setValue() 이거를 사용 하면 된다. 2010. 12. 1. 변수를 넘겨 주는 dwr 사용시 화면에 뿌려 주는 방법 변수를 넘겨 주는 곳 자바 스크립트 부분 function lineinfo1(){ DwrDao.getlineinfo($('sourceList').value, function(data){ DWRUtil.setValue('lineinfo',data); $('label1').innerHTML = "회선정보 : "+$('lineinfo').value+""; }); } dwr에 의해 자동으로 바뀌는 부분 회선정보 : 2010. 4. 2. 이전 1 다음