I have a multi-selection combo in my Struts2 web application. I use the ui-multisection component. When I select and submit values \"1\" and \"2\"
\"1\"
\"2\"
Try changing
private List listIdSelected = new ArrayList();
to
since your Getters and Setters are like that.