Struts 2 s:updownselect UI tag
<s:updownselect>: The <s:updownselect> tag is used to create a HTML select component with the two buttons. These buttons are used to move up and down the select items in the select component. After the form submission all selected values can be get in the same order as they are arranged. Syntax: <s:updownselect list=”valueList” name=”fieldName” headerKey=”firstItemValue” … Read more