전체 글목록496 콤보박스(select)에서 Readonly http://bryan7.tistory.com/145 [출처] http://blog.naver.com/csk7179/80112888854 수정화면을 개발시 읽을 수만 있고 변경을 못 하도록 할때 일반적으로 처리를 한다.그런데 체크박스/라디오버튼/Select는 readonly 프로퍼티가 먹지 않는다.다른 방법은 disabled ( 예: )인데 이건 안타깝게도 처리화면으로 값을 넘기지 못한다. 해서 웹을 헤메이다 찾은 소스를 소개 합니다. Select 에서 Readonly 와 같은 동작을 하게 하는 소스 입니다. 아래부분을 쫙 긁어다 붙여서 테스트 해보세요.^^ < select name='choice' id='choice' readonly style='background-color:#ababab' onFoc.. Web/HTML_CSS 2017. 10. 31. 스프링 시큐리티 - @secured 안되는 이유, 해결법은 못찾음. http://forum.spring.io/forum/spring-projects/security/87066-secured-not-working-with-requestmapping Web/스프링 2017. 10. 27. 스프링 시큐리티 작동 안됨 not work @secured 내 문제 해결 https://stackoverflow.com/questions/19516208/spring-security-secure-not-working-with-role-hierarchy 이 페이지처럼 해결해보려했는데 안됬다. 이유는 다른 xml 에 이게 또 있었다. 중복되면서 시큐리티 xml 에 선언했던게 무시됬던듯하다 . 카테고리 없음 2017. 10. 26. 스프링 시큐리티 로그인 및 권한 검사./ http://horae.tistory.com/entry/%EC%8A%A4%ED%94%84%EB%A7%81-%EC%8B%9C%ED%81%90%EB%A6%AC%ED%8B%B0-%EB%A1%9C%EA%B7%B8%EC%9D%B8 설명 잘되어있음 로그인 검사 결과값 다른 예제 있음 카테고리 없음 2017. 10. 26. 스프링 시큐리티 권한 계층 role hierarchy https://stackoverflow.com/questions/28609608/spring-security-role-hierarchy-not-working-with-thymeleaf-secauthorize 카테고리 없음 2017. 10. 26. How to get spring security role hierarchy in jsp to work? [ 계층 구조 ] https://stackoverflow.com/questions/11431469/how-to-get-spring-security-role-hierarchy-in-jsp-to-work http 섹션 위에 위치하면 됨 . Web/스프링 2017. 10. 24. [Spring] Static Resources 매핑시키기 *.js, *.css 파일 또는 그림 파일 과 같은 정적인 리소스들에 대한 처리방법. 우선 모든 요청에 대한 설정은 web.xml에서 시작한다.web.xml에는 다른 xml 문서들이 매핑되어 있을 것이다. (ex servlet-context.xml) src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml로 가보자.를 발견할 수 있을 것이다. 이것을 이렇게 수정시켜보자.이렇게 수정시키는 것은 어떤 효과를 가져올까? 결과는 /css/abc.css 라는 클라이언트의 요청이 들어오면 이것을 /resources/css/abc.css로 매핑시켜준다.즉, mapping으로 들어온 요청에 대해 location으로 매핑을 시켜주는 것이다. 출처: http://iwa.. Web/스프링 2017. 10. 23. [스프링 시큐리티] 레퍼런스 모음 http://atin.tistory.com/585 Spring Security Reference- Spring Security reference 3.2.10http://docs.spring.io/spring-security/site/docs/3.2.10.RELEASE/reference/htmlsingle/html5/#what-is-acegi-security - Hello world guidehttp://docs.spring.io/spring-security/site/docs/current/guides/html5/helloworld-xml.html - spring boot securityhttp://kielczewski.eu/2014/12/spring-boot-security-application/ Sli.. Web/스프링 2017. 10. 23. sitemesh web.xml -> filter-mapping -> dispatcher http://krespo.net/29 sitemesh *.jsp REQUEST FORWARD Web/스프링 2017. 10. 13. @RequestParam 사용시 주의하자... http://arawn.tistory.com/34 Web/스프링 2017. 9. 19. ckeditor .. 일단 참조하기 https://ckeditor.com/forums/CKEditor/local-image-cant-display https://stackoverflow.com/questions/10392582/how-to-add-a-field-to-post-values-in-ckeditor-uploadhttp://huskdoll.tistory.com/121 http://huskdoll.tistory.com/121 https://docs.ckeditor.com/#!/guide/dev_howtos_file_upload http://www.toughman.pe.kr/index.php/2017/04/30/ckeditor-%EC%9D%B4%EB%AF%B8%EC%A7%80-%ED%8C%8C%EC%9D%BC-%EC%97%85%EB%A.. Web/스프링 2017. 9. 15. [스프링 시큐리티] Guide 개발 로그인 세션 & 권한 정책 Guide 개발 로그인 세션 & 권한 정책 https://github.com/okjsp/okmakeover/wiki/Guide-%EA%B0%9C%EB%B0%9C-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EC%84%B8%EC%85%98-&-%EA%B6%8C%ED%95%9C-%EC%A0%95%EC%B1%85 Web/스프링 2017. 8. 25. 이전 1 ··· 24 25 26 27 28 29 30 ··· 42 다음