I am trying to build a web page that displays a listing of an arraylist of beans on load self.
I am planing to use a <display:table> to display them. In struts 1.2 i acheived the same using the reset() method.
How do i go about in Struts 2?
Any help is welcomed