LouisWeideman
Programmer
I will try and explain my problem as best I can.
I'm designing a JSP that uses a selectOneChoice to display a list of users, and a selectManyShuttle to display a list of user roles that can be assigned to the selected user. Some users already have roles assigned to them so this will need to be displayed on the selectManyShuttle as users are selected in the selectOneChoice. All of this works fine up until the point where a role is moved form one side of the selectManyShuttle to the other. Afterwards, if I change to a different user the selectManyShuttle still displays the previously selected roles and not the roles assigned to the selected user.
I hope this explains my problem. Any help will be appreciated.
I'm designing a JSP that uses a selectOneChoice to display a list of users, and a selectManyShuttle to display a list of user roles that can be assigned to the selected user. Some users already have roles assigned to them so this will need to be displayed on the selectManyShuttle as users are selected in the selectOneChoice. All of this works fine up until the point where a role is moved form one side of the selectManyShuttle to the other. Afterwards, if I change to a different user the selectManyShuttle still displays the previously selected roles and not the roles assigned to the selected user.
I hope this explains my problem. Any help will be appreciated.