$('.combobox').combobox({
url:'GetStudentServlet',    
valueField:"sno", 
                        textField:"sname",
 panelHeight:"auto"
});
})
Ajax ComboBox
分享到:

------解决方案--------------------
配置一下combox的配置项forceselection:true
查看全文
  相关解决方案