jstl indexOf 반응형 1 [에러모음]javax.el.ELException: Cannot convert -1 of type class java.lang.Integer to class java.lang.Boolean javax.el.ELException: Cannot convert -1 of type class java.lang.Integer to class java.lang.Boolean 개발을 하다가 아래와 같은 메시지를 발견했습니다. javax.el.ELException: Cannot convert -1 of type class java.lang.Integer to class java.lang.Boolean jstl을 쓰면서 indexOf를 쓰니깐 이러한 에러가 발생했습니다. 예시를 들어보자면 아래처럼 코드를 작성했습니다. ${fn:indexOf('apple', 'app')} 자바, 자바스크립트 등의 함수에서도 indexOf가 마찬가지이겠지만 indexOf의 함수는 해당 문자열에서 내가 찾는 문자열이 있는지 없.. 2021. 7. 7. 이전 1 다음