Bear Bibeault wrote:
What is happening?
Nothing is happening. The ${userFeedback[0].name} tag works, so I'm pretty sure the List of objects is successfully getting to the view. After that, it's just blank. Zip, nada.
Bear Bibeault wrote:ItDoesntWorkIsUseless
Does that mean I can't use the forEach tag with objects in this way? I know how to use ArrayLists with forEach tags, so I thought about creating an ArrayList of ArrayLists of the object properties in the model, and then passing that up to the view, is that what I need to do in this case?
Thanks!