You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by simon <sk...@apache.org> on 2007/08/29 21:08:29 UTC

[orchestra] doc patch for ViewControllerManager

Hi,

The ViewControllerManager class currently says that the ViewController
can be defined via a managed bean with name
   @orchestra_ViewControllerManager

I think this is perhaps out-of-date. Isn't the beanname to use
  org.apache.myfaces.orchestra.viewController.ViewControllerManager?



Index: /home/simon/apache/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerManager.java
===================================================================
--- /home/simon/apache/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerManager.java	(revision 570895)
+++ /home/simon/apache/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerManager.java	(working copy)
@@ -40,8 +40,8 @@
  * <p>To activate your manager just configure it as managed bean in
your faces-config.xml or your spring
  * configuration, preferably in application scope or as singleton.</p>
  * 
- * <p>The managed-bean-name has to be
"<code>orchestra_ViewControllerManager</code>" (see constant 
- * {@link ViewControllerManager#VIEW_CONTROLLER_MANAGER_NAME})</p>
+ * <p>The managed-bean-name has to be
"<code>org.apache.myfaces.orchestra.viewController.ViewControllerManager</code>"
+ * (see constant {@link
ViewControllerManager#VIEW_CONTROLLER_MANAGER_NAME})</p>
  */
 public interface ViewControllerManager
 {


Regards,

Simon