我的評論
re: 使用Spring、Hibernate、Struts的一些錯誤總結(jié)(不斷補充) 第七日 2007-08-21 10:21
在struts中假定請求的URL為 http://localhost:8080/news/addNews.do
Tomcat5.0 下得到的結(jié)果是請求的action
request.getRequestURL().toString(); // http://localhost:8080/news/addNews.do
而tomcat5.5下得到的卻是實際的jsp; //http://locatlhot:8080/……/xx.jsp
不知道大家有沒有碰到這個問題。
Tomcat5.0 下得到的結(jié)果是請求的action
request.getRequestURL().toString(); // http://localhost:8080/news/addNews.do
而tomcat5.5下得到的卻是實際的jsp; //http://locatlhot:8080/……/xx.jsp
不知道大家有沒有碰到這個問題。
re: DWR如何獲得返回list中對象的參數(shù) 第七日 2006-12-12 15:09
路過