S2: updownselect

2007-06-23 Thread Scott Nesbitt
I am using the updownselect tag and things are almost working perfectly. Once I switched to a s:form it sends the sorted list to the server, but the select gets refreshed on the screen and scrolled to the bottom despite the fact that it is not in a refreshing div. Has anybody else run into

S2: updownselect not sending complete list

2007-06-21 Thread Scott Nesbitt
I am using the updownselect tag and things are almost working perfectly. The only problem I have is that the list that gets sent back to the server only includes the rows that have been selected. I patterned my code after the showcase example (which does work), but despite my best efforts I

[s2] updownselect tag in 2.0.6

2007-03-12 Thread Brian Thompson
Hello list, The trivial examples on the wiki work fine, but my attempt at using s:updownselect fails when I try to use listKey and listValue: s:updownselect list=courseList name=selectedCourses allowMoveDown=true allowMoveUp=true label=Available Courses: multiple=true required=true

Re: [s2] updownselect tag in 2.0.6

2007-03-12 Thread Brian Thompson
After doing some further testing, I found that s:updownselect list=courseList name=nonsenseName listKey=uuid listValue=displayName/ works, but s:updownselect list=courseList name=selectedCourses listKey=uuid listValue=displayName/ Does not.