public class HogeAction { @Execute(validator = false) public String index() { return "index.jsp"; } }