struts1 的标签 转变为 struts2
<ahref="<html:rewriteaction='/control/brand/list'/>struts2怎么写你是怎么解决的...
<a href="<html:rewrite action='/control/brand/list'/>struts2怎么写你是怎么解决的
展开
2个回答
展开全部
我这个是动态改变action的,你可以javascript来改变action值。例如:
<form action="a.jsp" name="fo">
<input type="button" id="button1"/>
<input type="submit"/>
</form>
<script >
var btn = document.getElementById("button1");
btn.onclick = function(){
document.fo.action = "b.jsp";
document.fo.submit();
}
</script>
应该就可以了
<form action="a.jsp" name="fo">
<input type="button" id="button1"/>
<input type="submit"/>
</form>
<script >
var btn = document.getElementById("button1");
btn.onclick = function(){
document.fo.action = "b.jsp";
document.fo.submit();
}
</script>
应该就可以了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询