Guys,
I have a List referenced in my model. A call to an action class populates this List in the model. Now, I would need to iterate this List in my
JSP page. Below is what I've done in my JSP.
When I run my JSP page, I only see the Submit button displayed. Everything else is just not printed.
Am I correctly referencing the allExamsForTechnology in my iterator tag above? The allExamsForTechnology is a field in my Model which gets populated as a result of the action call.