呵呵,谢谢支离破碎
还有这么多公司用struts..呵~
:http://localhost:8080/helloapp/helloapp/WebRoot/WEB-INF/hello.jsp以后
看这个就知道你的问题大了阿,
第一次回帖看了那个错误File "/WEB-INF/struts-bean.tld" not found猜你的是打错了
这次看了这个:http://localhost:8080/helloapp/helloapp/WebRoot/WEB-INF/hello.jsp问题就大了
竟然有两个helloapp
不知道对于路径问题你们一般都怎么解决
我一般是使用那个创建jsp是保存变量path
可我说的是在jsp中解决路径问题,因为我的.do一般就是/XXX.do了,所以就定位到根路径下面去了,
我就用了那个
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
页面上就用这个basepath了
不知道有没有更好的办法!
上一楼的说的意思我还是不是很明白
[此贴子已经被作者于2007-3-23 17:46:09编辑过]