Author: niallp Date: Sat Feb 11 09:41:04 2006 New Revision: 377005 URL: http://svn.apache.org/viewcvs?rev=377005&view=rev Log: Fix for Bug 37537 - Document the "escape" option of MessageResourcesConfig - patch supplied by Christian Meder
Modified: struts/action/trunk/xdocs/userGuide/configuration.xml Modified: struts/action/trunk/xdocs/userGuide/configuration.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/userGuide/configuration.xml?rev=377005&r1=377004&r2=377005&view=diff ============================================================================== --- struts/action/trunk/xdocs/userGuide/configuration.xml (original) +++ struts/action/trunk/xdocs/userGuide/configuration.xml Sat Feb 11 09:41:04 2006 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -Copyright 1999-2005 The Apache Software Foundation +Copyright 1999-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -402,6 +402,16 @@ ' instead of <code>null</code> . + [true] (optional) + </li> + + <li> + <strong>escape</strong> + - Set to + <code>true</code> + if + <i>escape processing</i> + should be performed on the error message string. [true] (optional) </li> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]