No result defined for action com.imooc.Test and result异常

Tomcat服务器启动正常,然后在地址栏输入http://localhost:8080/struts/first.action就报了上面那个异常。

我的struts.xml配置代码:


first.jsp

Test.java我继承了ActionSupport类覆盖了execute方法,返回值为“”

http://bbs.csdn.net/topics/390905526