import com.opensymphony.xwork2.ActionSupport; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author Nitin */ public class MyAction extends ActionSupport{ public String execute(){ return SUCCESS; } }