Author: mrdon Date: Thu Apr 24 03:22:37 2008 New Revision: 651217 URL: http://svn.apache.org/viewvc?rev=651217&view=rev Log: Clarifying purpose of struts.ui.templateDir setting WW-1832
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java?rev=651217&r1=651216&r2=651217&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/StrutsConstants.java Thu Apr 24 03:22:37 2008 @@ -99,7 +99,7 @@ /** List of Velocity context names */ public static final String STRUTS_VELOCITY_CONTEXTS = "struts.velocity.contexts"; - /** The directory containing UI templates */ + /** The directory containing UI templates. All templates must reside in this directory. */ public static final String STRUTS_UI_TEMPLATEDIR = "struts.ui.templateDir"; /** The default UI template theme */