package com.michaelthomas.mystrutshelloworld; public class Login extends WebappSupport { public String execute() throws Exception { return SUCCESS; } }