//-START /** * The request scope attribute that holds the form. */ public static final String _KEY = "Form"; /** * The request scope attribute that holds the list */ public static final String _LIST = "List"; //-END }