Public Class: Person
Public Class: Person
public Person() {
}
import net.sf.jasperreports.engine.JasperCompileManager;
import com.acme.test.Person;
import com.opensymphony.xwork.ActionSupport;
// Store people in our dataSource list (normally they would come from a da
tabase).
myList = new ArrayList<Person>();
myList.add(p1);
myList.add(p2);
myList.add(p3);
myList.add(p4);
return SUCCESS;
}