http://www.coreservlets.com/Apache-Struts-Tutorial/Struts-Actions.html#Steps
'struts'에 해당되는 글 4건
PropertyUtils.copyProperties 에러가 날 때
form class 에 선언된 member 형이 정확한지 확인하면 된다.
form class 에 선언된 member 형이 정확한지 확인하면 된다.
struts-confgi[-*].xml 에서 path 설정은 반드시 / 로 시작해야 한다
보기:
(O) path="/test.jsp"
(X) path="test.jsp"
/ 를 빠뜨리면 "invald path ..." 라는 에러메시지를 내고 xml 단계에서 죽는다.
웃기는 struts !!
스트럿츠의 클래스 다이어그램
출처는 http://rollerjm.free.fr/pro/Struts11.html