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 
- * [EMAIL PROTECTED] ViewControllerManager#VIEW_CONTROLLER_MANAGER_NAME})</p>
+ * <p>The managed-bean-name has to be
"<code>org.apache.myfaces.orchestra.viewController.ViewControllerManager</code>"
+ * (see constant [EMAIL PROTECTED]
ViewControllerManager#VIEW_CONTROLLER_MANAGER_NAME})</p>
  */
 public interface ViewControllerManager
 {


Regards,

Simon

Reply via email to