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

Gavin King gavin.king at jboss.com
Wed May 30 23:52:37 EDT 2007


  User: gavin   
  Date: 07/05/30 23:52:37

  Modified:    examples/mail/view  index.xhtml
  Log:
  fix broken example
  
  Revision  Changes    Path
  1.13      +1 -1      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- index.xhtml	22 Mar 2007 15:18:20 -0000	1.12
  +++ index.xhtml	31 May 2007 03:52:37 -0000	1.13
  @@ -33,7 +33,7 @@
   	        <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.xhtml" value="Send Templated Email" />
  +	        <h:commandButton action="#{mailExample.sendTemplate}" value="Send a templated email" />
           </h:panelGrid>
           <h:messages infoStyle="info" errorStyle="error" fatalStyle="fatal" warnStyle="warn" />
       </h:form>
  
  
  



More information about the jboss-cvs-commits mailing list