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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:19:15 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:19:15

  Modified:    examples/seamspace/view   friendrequest.xhtml
                        friendcomment.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/seamspace/view/friendrequest.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: friendrequest.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/friendrequest.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- friendrequest.xhtml	27 Mar 2007 03:54:44 -0000	1.7
  +++ friendrequest.xhtml	3 Sep 2007 12:19:15 -0000	1.8
  @@ -36,7 +36,7 @@
             <h:form>
   
               <h:outputLabel for="introduction">Please type an introduction message</h:outputLabel><br/>
  -            <h:inputTextarea name="introduction" value="#{friendRequest.introduction}"/><br/>
  +            <h:inputTextarea id="introduction" value="#{friendRequest.introduction}"/><br/>
   
               <div class="buttons">
                 <h:commandButton action="#{friend.saveRequest}" value="Send request" styleClass="action"/>
  
  
  
  1.7       +1 -1      jboss-seam/examples/seamspace/view/friendcomment.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: friendcomment.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/friendcomment.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- friendcomment.xhtml	27 Mar 2007 03:54:44 -0000	1.6
  +++ friendcomment.xhtml	3 Sep 2007 12:19:15 -0000	1.7
  @@ -42,7 +42,7 @@
               <h:form>
                 
                 <h:outputLabel for="comment">Please type your comment for #{friendComment.member.memberName}</h:outputLabel><br/>
  -              <h:inputTextarea name="comment" value="#{friendComment.comment}"/><br/>
  +              <h:inputTextarea id="comment" value="#{friendComment.comment}"/><br/>
   
                 <div class="buttons">
                   <h:commandButton action="#{friend.saveComment}" value="Add comment" styleClass="action"/>            
  
  
  



More information about the jboss-cvs-commits mailing list