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

Gavin King gavin.king at jboss.com
Mon Oct 23 14:15:17 EDT 2006


  User: gavin   
  Date: 06/10/23 14:15:17

  Modified:    examples/contactlist/view  search.xhtml
  Log:
  exception handling
  
  Revision  Changes    Path
  1.9       +3 -1      jboss-seam/examples/contactlist/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/search.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- search.xhtml	11 Oct 2006 02:29:26 -0000	1.8
  +++ search.xhtml	23 Oct 2006 18:15:17 -0000	1.9
  @@ -14,7 +14,9 @@
     
       <div class="menuButtons">
         <s:link view="/search.xhtml" value="Search Contacts"/>
  -      <s:link view="/editContact.xhtml" value="Create New Contact"/>
  +      <s:link view="/editContact.xhtml" value="Create New Contact">
  +        <f:param name="contactId"/> <!-- suppress propagation of contact id page parameter -->
  +      </s:link>
       </div>
   
       <div class="body">
  
  
  



More information about the jboss-cvs-commits mailing list