Hi all,
I have an arraylist of objects with properties ( day, month, year ) and I want to print an html table using
struts 1.2 iterator tag. Each html row with have day, month, and year.
I want exactly similar what is done here
https://coderanch.com/t/429477/Struts/struts-iterator-tag#1907044
but I think they use struts 2.0 , could you tell me how I would accomplish it using iterator tag in struts.
Ramesh