Cannot find bean: "org.apache.struts.taglib.html.BEAN" in any scope

javax.servlet.jsp.JspException: TableTag Problem: javax.servlet.jsp.JspException: Cannot find bean: "org.apache.struts.taglib.html.BEAN" in any scope


增加一个页面程序出错!

后来逐个排查错误:

	
         <td width="20%">											
								<html:hidden property="applyUser" />
								<input type="text" >
								</td>


去除这段代码就没有问题,只知道html标签和struts的标签不能混用!
但是还没有搞清楚为什么不能这样使用

你可能感兴趣的:(apache,html,bean,jsp,struts)