标题控制的太严格,发了不太长的标题,整个错误信息是下边这个
Cannot find bean under name org.apache.struts.taglib.html.BEAN

在我检查了几遍之后,我发现不是没引taglib,也不是formaction和property的值没对应上,也不是struts-config.xml配置错误,总之错误是在页面上,因为form表单加了断点而没走,jsp上加断点,错误定位在Source not found for StandardWrapperValve.invoke(Request, Response) line: 256这里,又盯着错误看了半天,才发现少了点什么,原来,我把form写成了<form action="123.do" method="post">,真没想到这样写会不行,改成<html:form action="123.do" method="post">,问题解决

 

黑色头发  http://heisetoufa.iteye.com