package org.apache.strutsexamples.actions; import com.opensymphony.xwork2.ActionSupport; public class Home extends ActionSupport { public String execute() throws Exception { return SUCCESS; } }