Originally posted by Gregg Bolinger:
If you show me the code to your backing bean, I have a project setup I use for testing and I can throw your code in and see what happens. I just don't feel like recreating all your code right now.
It's pretty big (whole thing is over 2000 lines...lots of white space and comments of course).
Maybe I could give you some parts of interest, but I walked through it (JSC
IDE) in the debugger and I can say for certain that my code isn't setting the value.
In short, I checked every place that a listbox.setValue(someIndex) is done and none of them were being called. It's like the listbox remembers the index and resets itself to it each time.
Is there not a way to "deselect" the listbox maybe? I tried doing a listbox.setValue("") but that just seemed to specify the first entry in the box instead of unselecting anything.
[ September 28, 2005: Message edited by: Darrin Smith ]