DWR 을 이용하여 셀렉트 박스를 만들어 줄때 선택했던 값을 유지 하고 싶을때 .....
DWRUtil.removeAllOptions('neNo');
DWRUtil.addOptions('neNo', data);
DWRUtil.setValue('neNo','<%=select.trim()%>');
setValue() 이거를 사용 하면 된다.
DWRUtil.removeAllOptions('neNo');
DWRUtil.addOptions('neNo', data);
DWRUtil.setValue('neNo','<%=select.trim()%>');
setValue() 이거를 사용 하면 된다.
'Work > dwr' 카테고리의 다른 글
org.directwebremoting.util.CommonsLoggingOutput.error(CommonsLoggingOutput.java:75) : No converter found fo (0) | 2012.11.29 |
---|---|
dwr/index.html 페이지 접근 제한 (1) | 2012.04.13 |
변수를 넘겨 주는 dwr 사용시 화면에 뿌려 주는 방법 (0) | 2010.04.02 |