struts2杂记
1. result中的jsp地址是相对于action类的。
如action地址为http://localhost:8080/struts2/login/login.action
result中为success.jsp
则页面显示地址为:http://localhost:8080/struts2/login/success.jsp
发布时间: 2012-10-21 09:00:08 作者: rapoo
struts2杂记
1. result中的jsp地址是相对于action类的。
如action地址为http://localhost:8080/struts2/login/login.action
result中为success.jsp
则页面显示地址为:http://localhost:8080/struts2/login/success.jsp