这个错误怎么解决啊?

The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unknown location]
网上说可能是<%@ taglib prefix="s" uri="/struts-tags"%>,/*两个地方出问题了,可是我就是我就是按要求写的啊,会不会是文件配置出错了?图片说明

This is usually caused by using Struts tags without the associated filter.

看一下这句话,你在找一下

http://zhidao.baidu.com/link?url=YR9q_0_kTqCOg_rIKtkh2uuiH0me6GGw0QAz-430WbEyRmTwTJ9hH-HcmELkI32MwtlNNtI2JPTlKV04Dw0x5a

把你的struts.xml文件贴出来看下

你有没有配置web.xml文件呢