首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

JSP 学习日志

2012-11-23 
JSP 学习日记一、加入:target_parent可以返回上一级页面a hreflogoff.do target_parentstrong

JSP 学习日记
一、加入:target="_parent"可以返回上一级页面
<a href="logoff.do" target="_parent"><strong>退出</strong></a>

二、
   1. does not contain handler parameter named 'method'.   This may be caused by whitespace in the label text 
   2.  
   3. 这个异常往往是大家对DispatchAction 不熟悉造成,在用它的时候别忘记了在STRUTS-CONFIG中的<action>属性加parameter="method",还有<html:form>和普通的<form>是有区别的,在用form提交表单的时候别忘记要家范围method="post",不然也会有错,还有在action.do?method=XXXX这个中间不要有空格! 

热点排行