views:

21

answers:

0

I have two selects in my Spring form. The other contains all the possible values for user to select, and the other should show that the user has picked. Idea is, that the value moves from select box to another when clicking a button. I assume this can be done with Javascript, but is there any example how to get it work with Spring 3? The select boxes are one part of one form to submit, and they have their own input paths.