Re: Problems with ListMultipleChoice component

2009-02-19 Thread David R Robison
Yes, and thanks for the quick response. What is missing from the example is how to read the list of selected items. Here is some of my code fragments. Any thoughts? private LinkedListDeviceGeneric addDevicesList = new LinkedListDeviceGeneric(); ... add(new

Re: Problems with ListMultipleChoice component

2009-02-19 Thread David R Robison
Opps... Due to a cut and paste error I had default form processing set to false. Now don't I feel silly! Thanks, David David R Robison wrote: Yes, and thanks for the quick response. What is missing from the example is how to read the list of selected items. Here is some of my code fragments.

Re: Problems with ListMultipleChoice component

2009-02-18 Thread Timo Rantalaiho
On Wed, 18 Feb 2009, David R Robison wrote: I'm having trouble with the ListMultipleChoice component. It displays correctly, but when I submit the form, the server side code does not see any items selected. Any thoughts? Can anyone point me to a good example? Have you checked out