Hi friends,
i am working in
struts 2.0, just started today.
I have one class which contains 8 attributes.
I have to add different objects of that class in a list.
I have to populate that list in a
jsp page.
Means getting those list and iterating through list , i have to get those different attributes of objects.
i have to present all the attributes of one object in a single row.
And for different object in different rows.
For this in struts 1.2 , i have to add that list in session , and in jsp page , using logic:iterate i can do.
But i don't know know how to do in struts 2.0
Please help , i have to do this immediately..
Thanks in advance
Sekhar