본문 바로가기

WEB_Programming/JSTL

JSTL IBM 강좌 1.1. 강좌 JSTL 강좌 1(한글) : http://www-128.ibm.com/developerworks/kr/library/j-jstl0211.html#N1007F JSTL 강좌 2(한글) : http://www-128.ibm.com/developerworks/kr/library/j-jstl0318/ JSTL 강좌 3(영어) : http://www-128.ibm.com/developerworks/java/library/j-jstl0415/ JSTL 강좌 4(영어) : http://www-128.ibm.com/developerworks/java/library/j-jstl0520/ 더보기
[JSTL] jstl 함수 10.JSTL 목차 설정 EL core function fmt sql xml 설정# web.xml jstl-c /WEB-INF/tlds/jstl/c.tld jstl-fmt /WEB-INF/tlds/jstl/fmt.tld jstl-fn /WEB-INF/tlds/jstl/fn.tld jsp 에서 EL# 생존범위 속성 맵 pageScope requestScope sessionScope applicationScope 요청 파라미터 맵 param paramValues 요청 헤더 맵 header headerValues 쿠키 맵 cookie 컨텍스트 초기화 파라미터 맵(서블릿 초기화 파라미터 아님) initParam 실제 pageContext 객체에 대한 참조. 이것은 빈임 pageContext pageContext.. 더보기
17. JSTL Form Action 1. 동일한 페이지로 전송하기 You guessed my number! You did not guess my number! Guess what number I am thinking of? 2. 파라미터를 통한 자기 참조 방법 [ - ] 3. JSTL의 폼 파라미터 3.1 form.jsp Please Login User Name Password Note: you may use any ID/Password, security is not checked. 3.2 form2.jsp Welcome back ! 4. JSTL에서 폼 파라미터와 요청 파라미터의 이용 4.1 form.jsp This page allows you to enter information that is sent as request paramet.. 더보기
16. JSTL Form TextField 1. 폼의 텍스트 필드와 JSTL을 이용한 값을 출력하는 예제 1.1 form.jsp Enter your details First name: Last name: Age: 1.2 listPageParameters.jsp the details you entered!) First name Last name Age 더보기
15. JSTL 폼 Select 예제 1. JSTL의 Form Select와 CheckBox Group 예제 1.1 form.jsp EL Implicit Object Examples Design a Cake Cake shape: round square heart Toppings Chocolate Candy Cane Flower 1.2 result.jsp EL Implicit Object Example Form processor Shape of cake selected: Toppings selected: back to form 2. JSTL의 Selected 값을 폼으로 부터 얻어오기 2.1 potal.jsp Select your preferred portal: news weather entertainment 2.2 showpotal.jsp .. 더보기
14. JSTL Input 폼 처리 1. List All 폼 파라미터를 foreach를 이용하여 처리 1.1 index.jsp This page allows you to enter information that is sent as request parameters to another page. The next page lists them. Enter an adjective: Enter a noun: Enter a color: 1.2 listPageParameters.jsp You entered the following parameters: = 2. 파라미터 변수 설정 2.1 index.jsp Peter's Junk-Mail Service Enter your name: Note: you must enter a name Enter your e.. 더보기
13. JSTL CheckBox 폼 처리 1. 체크박스 데이터 폼 체크를 foreach로 체크하기 1.1 index.jsp Please check adjectives you would use to describe this web site's customer service: Atrocious Loathsome Flagitious Satisfactory 1.2 checkbox.jsp You described our customer service as You didn't choose any feedback checkboxes. 2. Choose/When/Ohterwise를 이용한 체크박스 폼 데이터 처리 2.1 index.jsp Please check adjectives you would use to describe this web site's cu.. 더보기
12. JSTL 예외 처리 1. c:out 에서 예외 생성하기 10 divided by 0 is 2. c:catch 예외잡기 So you want to make a call from your cell phone?! Checking the signal strength... Exception!!! No Exception!!! 3. 예외 잡기와 예외 메시지 출력 x divided by y is The caught exception is: No exception was thrown 4. 예외 잡기 10 divided by 0 is The caught exception is: No exception was thrown 5. Catch 에러 5.1 index.jsp Peter's Junk-Mail Service Thanks for signi.. 더보기