2011-05-30 60 views
0

下面,我想看看如果列表中包含两个项目双重选择组合框在Struts2

s:doubleselect label="doubleselect test1" name="menu" list="{'fruit','other'}" 
doubleName="dishes" doubleList="top == 'fruit' ? {'apple', 'orange'} : 
{'monkey', 'chicken'}" 

如果列表containts三个或三个以上的项目{'fruit','flower','other'}应该是什么样的语法doubleList

+0

如果有任何其他标签来获得这种功能,请让我知道... – Jagan 2011-05-30 14:14:17

回答