jsp的action是什么文件这个只是一个后缀 不是一个文件 一个虚拟的地址 在web.xml中有配置 <servlet> <servlet-name>SpringMVC</servlet-name> <servlet-class&.springframework.web.servlet.DispatcherServlet</servlet-class> ...
java 问题,如图,我忘记 <context-param>这作用了?context-param元素含有一对参数名和参数值,作用是为应用的servlet上下文初始化参数。 application范围内的参数,存放在servletcontext中,在web.xml中配置如下: <context-param> <param-name>context/param</param-n...
怎样使用spring与struts结合Spring与Struts集成分静态和动态,静态是在Web文件里配置,动态在Struts文件里配置,其主要是XML配置。 Web文件配置{ <!--静态加载spring--> <context-param> <param-name>contextConfigLocation</param-name> <param-va...