struts2中使用二級聯(lián)動標簽<s:doubleselect/>時總是丟:XML descendants internal method called on incompatible HTMLDocument 錯誤,檢查標簽格式,取值以及l(fā)istKey,listValue,doubleName,boubleList,doubleListKey,doubleListValue.......所有可能出錯的地方,但就是一直丟這個錯誤,后來檢查標簽<s:doubleselect/>外面有一個<s:form action="" type="post">....</s:form>,問題就出在這里,將action屬性賦值,eg:action="xxxxAction.action"就好了,或者干脆將action屬性砍掉!一切正常!!