使用s:doubleselect时要注意的两点,很重要! 使用s:doubleselect时一直只显示第一个下拉列表,第二个下拉列表一直找不到数据.今天花了一天时间调试,到最后才发现,doubleselect必须要套在s:form里面使用,而且doubleselect里面的formname要和s:form的名字相同才可以使用!!!!总结两点1.s:select要在s:form里面使用2.formname要和s:form的name一样