You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/10/19 12:29:21 UTC

svn commit: r586368 - /myfaces/orchestra/trunk/core/src/site/xdoc/viewController.xml

Author: matzew
Date: Fri Oct 19 03:29:20 2007
New Revision: 586368

URL: http://svn.apache.org/viewvc?rev=586368&view=rev
Log:
updated view controller doc

Modified:
    myfaces/orchestra/trunk/core/src/site/xdoc/viewController.xml

Modified: myfaces/orchestra/trunk/core/src/site/xdoc/viewController.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/xdoc/viewController.xml?rev=586368&r1=586367&r2=586368&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/xdoc/viewController.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/xdoc/viewController.xml Fri Oct 19 03:29:20 2007
@@ -52,6 +52,10 @@
 				The ViewController concept is also the base for the core15 annotation
 				<code>@ConversationRequire</code> which allows you to issue a redirect if a
 				conversations timed-out in the mid of a e.g. wizzard style pageflow.
+				<br />
+				<br />
+				<b>Notice:</b> Your view controller bean has to be configured inside the spring-configuration file.
+				
 			</p>
 
 			<subsection name="Installation">