KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > modules > apache > struts > StrutsValidatorMessages


1 /*
2  * Copyright (c) 2001, 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package xdoclet.modules.apache.struts;
6
7 /**
8  * @author <a HREF="mailto:stevensa@users.sourceforge.net">Andrew Stevens</a>
9  * @created Jun 09, 2004
10  * @version $Revision: 1.1 $
11  */

12 public final class StrutsValidatorMessages
13 {
14     /**
15      * @msg.bundle msg="Validator does not support more than one level of list properties; {0} is too complicated."
16      */

17     public final static String JavaDoc ONLY_ONE_LEVEL_LIST_PROPS = "ONLY_ONE_LEVEL_LIST_PROPS";
18 }
19
Popular Tags