Does Spring 2.5 (or 3.0) include support for dynamically populating a select list based on what the user selects from another form element?
For example if you have a form with 2 select for (Car) Make and Model. When the user selects a Make from the first list, the Model select should get populated with the available Models for that Make.
I can do it 'manually' using jquery/Javascript but was wondering whether there was any functionality available in Spring MVC to reduce the required leg work.