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

Peter Muir peter at bleepbleep.org.uk
Mon Feb 26 21:47:40 EST 2007


  User: pmuir   
  Date: 07/02/26 21:47:40

  Added:       examples/takeaway/view/mail  type.xhtml
  Log:
  Initial work on email/workflow example
  
  Revision  Changes    Path
  1.1      date: 2007/02/27 02:47:40;  author: pmuir;  state: Exp;jboss-seam/examples/takeaway/view/mail/type.xhtml
  
  Index: type.xhtml
  ===================================================================
  <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">
      
      <m:from name="Seam Takeaway Ordering Service" address="jbosseam at fastmail.fm" />
      <m:to name="Peter Muir">pmuir at bleepbleep.org.uk</m:to>
      <m:subject>Choose your takeaway!</m:subject>
      <m:body>
      	<p>Dear Peter,</p>
      	<p>What sort of food would you like?</p>
      	<ul>
      		<li>Chinese</li>
      		<li>Indian</li>
      		<li>Pizza</li>
      		<li>Thai</li>
      	</ul>
      	<p>To make your choice just reply to this email with your selection</p>
      	<p>Seam</p>
      </m:body>
  </m:message>
  
  



More information about the jboss-cvs-commits mailing list