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