my code
#springFormSingleSelect($day.name $day "") displays a dropdown list but the dropdown displays all the days in one selection(should be displayed separately…user should choose between days) … i tried this #foreach($name in $day.name) #springFormSingleSelect($name $day "") #end but it throws an IllegalStateException error …. do you have any idea what’s the problem with my code? Sent from Windows Mail