这是我的动作课:
private List<Employee> postData; // corresponding getter and setter
public String getJson()
{
System.out.print("Sahi hai");
System.out.print("postData =="+postData);
return ActionSupport.SUCCESS;
}
我也做过struts映射。