Dear all,
I could not find exactly what I need to know in order to fix this problem. Hope someone can help me out.
In my Controller (names in code below changed for proprietary reasons):
In my
JSP:
I got compile errors on my JSP:
Invalid attribute (items)
Invalid attribute (value)
....
Questions:
Do I need to do .setAttributes for item, if so, how?
Is this the right way to pass an ArrayList to the View (from ModelAndView)?
Why am I getting these errors and how can they be solved?
Thanks very much in advance.