package org.apache.strutsexamples.actions; import com.opensymphony.xwork2.ActionSupport; public class Index extends ActionSupport { public String execute() { return "home"; } }