본문 바로가기

WEB_Programming

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.. 더보기
11. JSTL Cookie 처리 1. 쿠키를 이용한 채팅 처리 1.1 index.jsp Chat Login User ID Note: You may use any User ID you wish 1.2 main.jsp User: Message: 더보기
10. JSTL의 Scope 1. 스코프 내용 기본 1.1 스코프 설정 jsp Main File: index.jsp Scoped Variable Current Value Page Scope (scopeVarPage) Request Scope (scopeVarRequest) Session Scope (scopeVarSession) Application Scope (applicationVarPage) [Click Here to View: linked.jsp] 1.2 지정된 스코프 이용 jsp Linked File: linked.jsp Scoped Variable Current Value Page Scope (scopeVarPage) Request Scope (scopeVarRequest) Session Scope (scopeVarSes.. 더보기