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

Gavin King gavin.king at jboss.com
Tue Nov 14 00:03:02 EST 2006


  User: gavin   
  Date: 06/11/14 00:03:02

  Modified:    examples/seampay/view  search.xhtml
  Log:
  update to s:button
  
  Revision  Changes    Path
  1.6       +2 -2      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- search.xhtml	31 Oct 2006 00:30:34 -0000	1.5
  +++ search.xhtml	14 Nov 2006 05:03:02 -0000	1.6
  @@ -62,9 +62,9 @@
                   <ui:repeat value="#{accountHome.instance.payments}" var="payment">
                       <tr>
                           <td>
  -                            <s:link action="#{paymentHome.cancel}" value="Cancel" linkStyle="button" rendered="#{payment.active}">
  +                            <s:button action="#{paymentHome.cancel}" value="Cancel" rendered="#{payment.active}">
                                   <f:param name="paymentId" value="#{payment.id}"/>
  -                            </s:link>
  +                            </s:button>
                               <h:outputText value="not active" rendered="#{!payment.active}" />
                           </td>                            
                           <td>#{payment.payee}</td>
  
  
  



More information about the jboss-cvs-commits mailing list