Hi,
I can select multiple values in listbox by using <html:select> & <html:optionCollections>/<html:options> tag. But I need to select multiple values from drop down list which means in the drop down list I should able to select multiple values(Becauze dont want multiple lines of listbox). If I use size="1" in <html:select> tag, i can achieve in single line. But it is not look good to select multiple values. I need to do this by using
struts or html tag. I am being searched lot in net but did not get any solution. Please help how it can be achieved.
Thanks.