jsp的跳转异常org.apache.struts.chain.commands.InvalidPa

<jsp:forward page="comment.do?method=find&&newsId=${news.id}"></jsp:forward>


<jsp:forward page="/comment.do?method=find&&newsId=${news.id}"></jsp:forward>



这俩个就是一个有"/"一个没有,今天碰到一个怪现象

org.apache.struts.chain.commands.InvalidPathException: No action config found for the specified url.

当没有“/”是报上面的异常


但我在另一个模块中有没有"/"都能运行;


好奇怪啊。谁能说说原因啊

你可能感兴趣的:(apache,jsp,struts)