PDA

View Full Version : Multiple binding for a listbox using SimpleFormController


anupamonu
Jan 11th, 2007, 04:45 AM
Hi,
I am new to SpringFramework.
I have a form in which i need to load data ( populate) listbox (<select>) on the load of the form from a persistent storage(SQL query).
But on Submitting , i need to bind it to a different class member so that the selected value goes as that data member of the associated class into persistent storage.

Please advise .
Thanks in advance
Anupam