spring 전송방식
//forward 방식
view.setViewName("forward:hello");
//redirect 방식
//view.setViewName("redirect:hello.jsp");
-------------------------------------------------------------------------------------------
JSTL에서 substring 기능쓰기
<%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
${fn:substring("string",start_index, end_index)}
'# 웹 개발 > 프레임워크' 카테고리의 다른 글
mybatis mapper.xml 비교연산자 <=, >=, <, > 처리방법 (0) | 2013.05.28 |
---|---|
spring maven, 메이븐 설정방법 (1) | 2013.05.28 |
jquery의 기본문법 (2) | 2013.05.18 |
css 공간 나누기 특급비밀자료 (0) | 2013.05.16 |
jquery 달력, 시간, 시계 입력기, datetimepicker, time , day (1) | 2013.05.11 |