728x90
${fn:toLowerCase(list.col_name)}
${fn:toUpperCase(list.col_name)} 이렇게 넣어주기만 하면 값이 나옵니다
ex)
${list.col_name} = Korea
1. 소문자 변환 : ${fn:toLowerCase(list.col_name)} = korea
2. 대문자 변환 : ${fn:toUpperCase(list.col_name)} = KOREA
728x90
'JSP' 카테고리의 다른 글
getOutputStream() has already been called for this response (0) | 2020.04.07 |
---|---|
jar check (0) | 2016.08.25 |
페이지 이동 (0) | 2015.10.26 |
request get 메서드 정보 (0) | 2015.10.14 |
JSP 페이지 상단 공백제거 trimDirectiveWhitespaces 사용 시 주의 (0) | 2015.10.13 |