我配置了sturts2出现了如下问题
图为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报错