[jboss-cvs] jboss-seam/examples/mail/view ...

Peter Muir peter at bleepbleep.org.uk
Fri Jan 26 06:46:20 EST 2007


  User: pmuir   
  Date: 07/01/26 06:46:20

  Modified:    examples/mail/view  html.xhtml
  Log:
  Update example and docs showing header support
  
  Revision  Changes    Path
  1.6       +3 -1      jboss-seam/examples/mail/view/html.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: html.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/view/html.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- html.xhtml	25 Jan 2007 10:58:24 -0000	1.5
  +++ html.xhtml	26 Jan 2007 11:46:20 -0000	1.6
  @@ -1,7 +1,9 @@
   <m:message xmlns="http://www.w3.org/1999/xhtml"
               xmlns:m="http://jboss.com/products/seam/mail"
               xmlns:h="http://java.sun.com/jsf/html"
  -            xmlns:f="http://java.sun.com/jsf/core">
  +            xmlns:f="http://java.sun.com/jsf/core"
  +            importance="low" requestReadReceipt="true">
  +    <m:header name="X-Sent-From" value="JBoss Seam" />
       <m:from name="Seam" address="do-not-reply at jboss.com" />
       <m:to name="#{person.firstname} #{person.lastname}">#{person.address}</m:to>
       <m:subject>Seam Mail</m:subject>
  
  
  



More information about the jboss-cvs-commits mailing list