关于struts2配置问题,求指点

我配置了sturts2出现了如下问题图片说明

![![图片说明](https://img-ask.csdn.net/upload/201609/16/1473987846_701043.png)图片说明](https://img-ask.csdn.net/upload/201609/16/1473987837_318334.png)图片说明

图片说明图为jar包

这个图是代码图片说明

你的struts.xml中的action配置class是否写错了?

你写的com.lhh.hellowoeld.Hello,是否是com.lhh.helloworld.Hello。

把class的代码贴出来,看看你的路径是否正确,还有页面的路径代码

你的web。xml文件改了吗,加了struct的那段代码了吗,另外,包多引一些,还有把你的class代码贴出来看看你调用的方法是否是execute方法

<!-- 开发者模式 -->
<constant name="struts.devMode" value="ture" />
加上这个看看具体的struts报错