Hi
I have following data structure in my action class.
Action class has list of reports.
List<Report> reports;
I have created list in action class and trying get the values in
JSP using <s:iterator> tag.
I am able to get report.id value... but could not get "report.user.name" value
Any suggestion how to retrieve "report.user.name" value in iterator tag .
Thanks