dlestrat    2004/09/11 11:41:42

  Modified:    applications/jsf-demo/src/webapp/WEB-INF faces-config.xml
  Log:
  MyFaces bridge fixes to support MyFaces 1.0.6.  Also start work on adding
  an example for MyFaces tree component.  The tree component is not currently 
displaying.  Ideas why are
  welcome.
  Default dependencies remains at 1.0.7
  
  Revision  Changes    Path
  1.4       +19 -0     
jakarta-jetspeed-2/applications/jsf-demo/src/webapp/WEB-INF/faces-config.xml
  
  Index: faces-config.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/jsf-demo/src/webapp/WEB-INF/faces-config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- faces-config.xml  2 Sep 2004 00:47:14 -0000       1.3
  +++ faces-config.xml  11 Sep 2004 18:41:42 -0000      1.4
  @@ -49,6 +49,25 @@
         <to-view-id>/response.jsp</to-view-id>
       </navigation-case>
     </navigation-rule>
  +  
  +  <navigation-rule>
  +    <description>
  +        The decision rule used by the NavigationHandler to
  +        determine which view must be displayed after the
  +        current view, greeting.jsp is processed.
  +    </description>
  +    <from-view-id>/greeting.jsp</from-view-id>
  +    <navigation-case>
  +        <description>
  +            Indicates to the NavigationHandler that the response.jsp
  +            view must be displayed if the Action referenced by a 
  +            UICommand component on the greeting.jsp view returns 
  +            the outcome "treeView".
  +        </description>
  +      <from-outcome>treeView</from-outcome>
  +      <to-view-id>/tree.jsp</to-view-id>
  +    </navigation-case>
  +  </navigation-rule>
   
     <navigation-rule>
      <description>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to