[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Thu Jun 21 07:05:50 EDT 2007


  User: cbauer  
  Date: 07/06/21 07:05:50

  Modified:    examples/wiki/view/includes  deleteConfirmation.xhtml
  Log:
  Make it deploy and run on latest Seam CVS, still some bugs
  
  Revision  Changes    Path
  1.5       +2 -2      jboss-seam/examples/wiki/view/includes/deleteConfirmation.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deleteConfirmation.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/deleteConfirmation.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- deleteConfirmation.xhtml	5 May 2007 00:34:13 -0000	1.4
  +++ deleteConfirmation.xhtml	21 Jun 2007 11:05:50 -0000	1.5
  @@ -23,9 +23,9 @@
       <ui:define name="dialogTitle">Delete confirmation</ui:define>
       <ui:define name="dialogContent"><p align="center">Are you sure you want to delete <br/>'#{home.instance}'?</p></ui:define>
       <ui:define name="dialogControls">
  -        <h:commandLink id="delete" action="#{home.remove}" accesskey="O" styleClass="button">
  +        <a:commandLink id="delete" action="#{home.remove}" accesskey="O" styleClass="button" reRender="#{reRender}">
               <span class="buttonLabel"><u>O</u>k</span>
  -        </h:commandLink>
  +        </a:commandLink>
       </ui:define>
   
   
  
  
  



More information about the jboss-cvs-commits mailing list