
Struts
changyuming
一个成长中的人,希望不断的成长。
展开
-
struts-config.xml的例子
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> This is a blank Struts configuration file wi原创 2007-03-02 12:25:00 · 1150 阅读 · 0 评论 -
struts添加图片的Action
public class ProjectAddAction extends Action { InputStream istream; public ActionForward execute(ActionMapping mapping, ActionForm actionform, HttpServletRequest request, HttpServletResponse repon原创 2007-03-02 12:33:00 · 1485 阅读 · 0 评论 -
struts显示图片的Action
public class ProjectShowPictAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm actionform, HttpServletRequest request, HttpServletResponse response) throws Exce原创 2007-03-02 12:42:00 · 1109 阅读 · 0 评论