tags:

views:

77

answers:

1

I have a optiontransferselect and the left list box has a couple of values. When I try to move the values to the right .the button doesnt work. There is no error occuring when i click on the moveselect button .The values dont move either.

A: 

The issue seems to be with the value that is being assigned . If the value of list has something like this "19090-123242" , when there is a hypen and a 1 following , the javascript seems to take it as the -1 the headerkey value and does not move it to the other box. Its a struts bug.

Chikoo