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 this

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 cann

Re: [s2] updownselect tag in 2.0.6

2007-03-12 Thread Brian Thompson
After doing some further testing, I found that works, but Does not. selectedCourses is a String array on my action object, and before this issue popped up, I was using OGNL to autopopulate the array with the selected ids from courseList. Now, every variation on "selectedCourses" rais

[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 fails when I try to use listKey and listValue: works, and it shows the results of my toString methods on the objects in courseList. Since I want data from specific fields in my objects, I added: and instead of