struts中的标签

在页面中大部分使用struts标签时
当使用标签<form>出现Cannot find bean: "org.apache.struts.taglib.html.BEAN" in any scope错误


把<form>
改成 <html:form   action= "/Logon.do " method="post">
原因是你没有办法生成form实例 \


<html:rewrite action="/control/product/type/manage"/>?method=addUI&parentid=${param.parentid}'
使用html:rewrite重定向页面

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