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

Peter Muir peter at bleepbleep.org.uk
Thu Mar 22 11:18:20 EDT 2007


  User: pmuir   
  Date: 07/03/22 11:18:20

  Modified:    examples/mail/view  index.xhtml
  Log:
  Add commented out 1.2 RI config
  
  Revision  Changes    Path
  1.12      +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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- index.xhtml	1 Mar 2007 16:25:38 -0000	1.11
  +++ index.xhtml	22 Mar 2007 15:18:20 -0000	1.12
  @@ -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" value="Send Templated Email" />
  +	        <h:commandButton action="/templating.xhtml" value="Send 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