반응형
타진
개발 그라운드
타진
전체 방문자
오늘
어제
  • 분류 전체보기 (136)
    • 프로그래밍 (65)
      • Java (28)
      • Android (1)
      • Web (19)
      • Web-Spring (12)
      • R (5)
      • Angular (0)
    • 운영체제 (17)
      • Linux (14)
      • Docker(vmware) (3)
    • 클라우드 (4)
      • aws (0)
      • aws_handson (4)
    • 개발문제해결 (25)
      • Exception (12)
      • 알고리즘 문제풀이 (13)
    • 그 외 개발관련 (23)
    • 일상 (1)

블로그 메뉴

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

공지사항

인기 글

태그

  • wsl_update_x64
  • github
  • chromium edge
  • ubuntu terminal
  • handson
  • 정올알고리즘 정올 알고리즘
  • docker desktop
  • github actions
  • transit gateway peering
  • jdk14
  • Github CLI
  • 크로미움 엣지
  • 라이젠
  • docker ps
  • docker
  • transit_gateway
  • GIT
  • alt tab
  • 일어키보드
  • 4700u
  • 빠른 시작 켜기
  • stackset
  • cfn
  • vmmem
  • AWS
  • angular cli
  • 문법 체크
  • 키보드매핑
  • wsl2
  • 빠른 시작 끄기

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
타진

개발 그라운드

JSTL c tag 링크 에러
개발문제해결/Exception

JSTL c tag 링크 에러

2018. 2. 26. 23:41
반응형



According to TLD or attribute directive in tag file, attribute [test] does not accept any expressions



스택오버플로우에서 가져온 오류 이유입니다.


You must use JSP, JSTL - is just set of custom tags and can not be used separately. As well as Expression Language. If you are not using any MVC frameworks, then you need to do some of their work by yourself. Please take a look (if you haven't yet) at following design patterns:



jstl 버전과 servlet 버전, jsp 버전 등이 달라서 생기는 오류입니다.


해결방법은 여러 있겠지만


제가 해결한 가장 간단한 방법은 taglib을 바꿔주는 방법입니다.


<%@ taglib prefix="c"
uri="http://java.sun.com/jstl/core_rt" %>


반응형
저작자표시 비영리 변경금지 (새창열림)

'개발문제해결 > Exception' 카테고리의 다른 글

ORA-00936 누락된 표현식의 원인  (2) 2018.02.28
JQuery 에러 “TypeError: $.getJSON is not a function”  (0) 2018.02.24
HTTP Status 500 - JSP 액션태그 에러  (0) 2018.02.20
    '개발문제해결/Exception' 카테고리의 다른 글
    • 에러 - Optional int parameter is present but cannot be translated into a null value
    • ORA-00936 누락된 표현식의 원인
    • JQuery 에러 “TypeError: $.getJSON is not a function”
    • HTTP Status 500 - JSP 액션태그 에러
    타진
    타진
    vulnerable1324@gmail.com

    티스토리툴바