Spring mvc: controller returns [][], usable in jsp with foreach, but how to bind?
- by Joe
I'm building a spring mvc application.
Now the problem I have is the following.
I have a controller which adds a DayInfo[][] to my ModelMap.
(DayInfo has an id, a title (String) and Text(also String).
Now the problem I have is that I have no problem displaying this DayInfo[][] with foreach tags in my jsp.
However I'm outputting the Title property…