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

Peter Muir peter at bleepbleep.org.uk
Thu Mar 1 11:25:38 EST 2007


  User: pmuir   
  Date: 07/03/01 11:25:38

  Modified:    examples/mail/view  index.xhtml
  Log:
  Add async send to mail example
  
  Revision  Changes    Path
  1.11      +1 -0      jboss-seam/examples/mail/view/index.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/view/index.xhtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- index.xhtml	17 Feb 2007 23:35:33 -0000	1.10
  +++ index.xhtml	1 Mar 2007 16:25:38 -0000	1.11
  @@ -32,6 +32,7 @@
   	        <h:commandButton action="#{mailExample.sendPlain}" value="Send Plain Text Email" />
   	        <h:commandButton action="#{mailExample.sendHtml}" value="Send HTML Email" />
   	        <h:commandButton action="#{mailExample.sendAttachment}" value="Send a simple email with attachment" />
  +	        <h:commandButton action="#{mailExample.sendAsynchronous}" value="Send a simple email asynchronously" />
   	        <h:commandButton action="templating" value="Send Templated Email" />
           </h:panelGrid>
           <h:messages infoStyle="info" errorStyle="error" fatalStyle="fatal" warnStyle="warn" />
  
  
  



More information about the jboss-cvs-commits mailing list