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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:10:29 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:10:29

  Modified:    examples/mail/view  index.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.14      +2 -2      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- index.xhtml	31 May 2007 03:52:37 -0000	1.13
  +++ index.xhtml	3 Sep 2007 12:10:29 -0000	1.14
  @@ -1,4 +1,4 @@
  -<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:s="http://jboss.com/products/seam/taglib"
  @@ -25,7 +25,7 @@
                   <h:inputText value="#{person.lastname}" required="true" />
               </h:panelGroup>
               <h:outputText value="Email Address" />
  -            <h:inputText value="#{person.address}" rerquired="true"/>
  +            <h:inputText value="#{person.address}" required="true"/>
           </h:panelGrid>
           <h:panelGrid>
   	        <h:commandButton action="#{mailExample.send}" value="Send a simple email" />
  
  
  



More information about the jboss-cvs-commits mailing list