最新回答 / qq_满天星_19
class中应该是 cn.muke.ssh.action.ProductAction题外话:我的跳转addProduct.jsp页面也报错500,空指针异常???
最新回答 / 慕田峪5126163
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Insert title here</title></head><body><h1>保存商品的页面</h1><s:form action="product_save" method="post" namespace="/" the...
已采纳回答 / 慕田峪5126163
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache.org/dtds/struts-2.3.dtd"><struts> </struts>
2017-11-24
最新回答 / FeiLis
你访问的路径对吗?如果你的jsp页面是在WebRoot目录下,其路径如下:http://localhost:8080/ssh/addProduct.jsp 其中:ssh是项目名称,addProduct.jsp是在WebRoot目录下的jsp页面
最新回答 / 慕勒3251033
application.xml<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://...
2017-10-22
最新回答 / qq_向日葵_37
单例肯定是同一个对象 多例肯定就不是,你说的hashcode值都一样是指用什么创建对象的时候?还是不管struts。spring都一样,我测试的hashcode值虽然一样在多例的时候,但肯定不是一个对象;
2017-09-29