목록Action (1)
특별한딸기이야기
struts action 종류들이랄까요...
단순 액션 소스 package com.tistory.special0strawberry; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.Action; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; public class SoloAction extends Action { @Override public ActionForward execut..
딸기 공부방/struts and spring
2008. 11. 12. 12:13