What does the body of the stack trace show? Where is the exception coming from?
On Wednesday, July 30, 2014, ronald diao <ronald...@hotmail.com> wrote: > 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