[jboss-cvs] jboss-seam/examples/mail/resources/WEB-INF ...

Peter Muir peter at bleepbleep.org.uk
Sun Jan 21 11:13:04 EST 2007


  User: pmuir   
  Date: 07/01/21 11:13:04

  Modified:    examples/mail/resources/WEB-INF   components.xml
                        faces-config.xml
  Log:
  tidy up mail example
  
  Revision  Changes    Path
  1.2       +2 -1      jboss-seam/examples/mail/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	21 Jan 2007 14:41:54 -0000	1.1
  +++ components.xml	21 Jan 2007 16:13:04 -0000	1.2
  @@ -6,5 +6,6 @@
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
       <core:ejb installed="@embeddedEjb@" /> 
       
  -    <mail:mailSession host="bigbob.splendid.co.uk" username="spm" password="eclipse" />
  +    <!--  <mail:mailSession host="smtp.example.com" />-->
  +    
   </components>
  
  
  
  1.2       +8 -0      jboss-seam/examples/mail/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- faces-config.xml	21 Jan 2007 14:41:54 -0000	1.1
  +++ faces-config.xml	21 Jan 2007 16:13:04 -0000	1.2
  @@ -13,6 +13,8 @@
       </lifecycle>
       
       <navigation-rule>
  +    	<from-view-id>/index.xhtml</from-view-id>
  +    
       	<navigation-case>
       		<from-action>plainText</from-action>
       		<to-view-id>/plainText.xhtml</to-view-id>
  @@ -22,5 +24,11 @@
       		<from-action>html</from-action>
       		<to-view-id>/html.xhtml</to-view-id>
       	</navigation-case>
  +    	
  +    	<navigation-case>
  +    		<from-action>templating</from-action>
  +    		<to-view-id>/templating.xhtml</to-view-id>
  +    	</navigation-case>
  +    	
       </navigation-rule>
   </faces-config>
  
  
  



More information about the jboss-cvs-commits mailing list