티스토리 뷰
728x90
web.xml / struts.properties / struts.xml
위 3개 파일 중에 하나만 건드려 주면 된다고 하는데
프로젝트 단위로 깔끔하게 정리하려면 struts.xml을 수정하는게 맞을꺼 같다
위 3개 파일 중에 하나만 건드려 주면 된다고 하는데
프로젝트 단위로 깔끔하게 정리하려면 struts.xml을 수정하는게 맞을꺼 같다
<struts>
<constant name="struts.i18n.encoding" value="euc-kr" />
<package name="default" extends="struts-default" namespace="">
<action name="list" class="Struts_MVC.ListAction">
<result>/list.jsp</result>
</action>
<action name="read" class="Struts_MVC.ReadAction">
<result>/read.jsp</result>
</action>
<action name="write" class="Struts_MVC.WriteAction">
<result type="redirectAction" name="success">list</result>
<result name="write_form">/write_form.jsp</result>
</action>
</package>
</struts>
'프로그래밍 > Struts' 카테고리의 다른 글
[Struts2] 액션 클래스 간의 데이터 주고 받기 (0) | 2011.07.20 |
---|---|
[Struts2] The Struts dispatcher cannot be found 오류 해결 (0) | 2011.07.20 |
[Struts2] 세션값 가져오기 (0) | 2011.07.18 |
[Struts2] 자바 코드로 HTML 작성해서 결과 반환 (0) | 2011.07.18 |
[Struts2] JSP에서의 Struts 문법 사용 기본 (0) | 2011.07.14 |
TAG
- 함수
- 동양인
- 파이썬
- JSP
- 자바스크립트
- struts
- Android
- 스프링
- 코멧
- 안드로이드
- 주피터 노트북
- 기본
- MacOS
- JavaScript
- 오류
- 여성가족부
- EL
- window
- 데이터베이스
- 랜덤
- 스트럿츠
- 구매 가이드
- 특수문자
- jstl
- 테이블
- 페이지 이동
- mvc
- ibatis
- 서양인
- 시각 차이
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함
- Total
- Today
- Yesterday