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

Gavin King gavin.king at jboss.com
Mon Oct 30 19:30:34 EST 2006


  User: gavin   
  Date: 06/10/30 19:30:34

  Modified:    examples/seampay/view  search.xhtml
  Log:
  make it work again
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/seampay/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/seampay/view/search.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- search.xhtml	22 Oct 2006 22:02:01 -0000	1.4
  +++ search.xhtml	31 Oct 2006 00:30:34 -0000	1.5
  @@ -32,7 +32,7 @@
                   <tr>
                       <td>
                           <s:link view="/search.xhtml" value="#{account.id}">
  -                            <f:param name="id" value="#{account.id}"/>
  +                            <f:param name="accountId" value="#{account.id}"/>
                           </s:link>
                       </td>
                       <td>#{account.accountNumber}</td>
  
  
  



More information about the jboss-cvs-commits mailing list