You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/05/31 19:25:20 UTC

svn commit: r179239 - /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml

Author: rich
Date: Tue May 31 10:25:19 2005
New Revision: 179239

URL: http://svn.apache.org/viewcvs?rev=179239&view=rev
Log:
Merging in the change from the v1/m1 branch to address http://issues.apache.org/jira/browse/BEEHIVE-773 .

tests: validate in docs/forrest (WinXP)
BB: self (linux)


Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml?rev=179239&r1=179238&r2=179239&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml Tue May 31 10:25:19 2005
@@ -11,8 +11,17 @@
             The <code>beehive-netui-config.xml</code> file configures the runtime behavior of your
             Page Flow web application.  It lives under the WEB-INF directory.
             </p>
-        <p>Use <code>beehive-netui-config.xml</code> to declare interceptor classes, override the default handler classes,
-        etc.</p>
+            <p>
+            Use <code>beehive-netui-config.xml</code> to declare interceptor classes, override the
+            default handler classes, etc.
+            </p>
+            <p>
+            <strong>Note:</strong> Currently, when you want to add your own settings, you cannot
+            simply create the <code>beehive-netui-config.xml</code> file in WEB-INF.  You need to
+            create a file that includes the default settings.  Use
+            <a href="http://svn.apache.org/repos/asf/incubator/beehive/trunk/netui/src/util/beehive-netui-config-default.xml">this file</a>
+            as a starting point.
+            </p>
         </section>
 		<section id="structure">
 			<title>General Structure</title>