这是什么问题???
jsp的定义一个超连接<html:link href="editAttraction.do">Details
struts-config中的设置如下:
<action path="/home" type="com.example.ch19.actions.HomeAction" unknown="true">
<forward name="success" path="/home.jsp" />
</action>
<action input="/home.do" path="/editAttraction" type="com.example.ch19.actions.EditAttractionAction" >
<forward name="success" path="/editAttraction.jsp" />
</action>
点击超连接会出现下面错误,这是可能是什么原因???后台没有出错信息...
Error 403--Forbidden