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

Christian Bauer christian at hibernate.org
Mon Jan 14 20:00:02 EST 2008


  User: cbauer  
  Date: 08/01/14 20:00:02

  Modified:    examples/wiki/view/includes  userControl.xhtml
  Log:
  Make ORDER BY in queries more typesafe
  
  Revision  Changes    Path
  1.23      +0 -1      jboss-seam/examples/wiki/view/includes/userControl.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/userControl.xhtml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- userControl.xhtml	4 Jan 2008 22:28:52 -0000	1.22
  +++ userControl.xhtml	15 Jan 2008 01:00:02 -0000	1.23
  @@ -53,7 +53,6 @@
                               <div class="input">
                                   <a:commandLink styleClass="buttonNonpersistent sessionEventTrigger closeDialog" tabindex="51"
                                                  reRender="messageBoxContainer, passwordReset"
  -                                               oncomplete="onAjaxRequestComplete()"
                                                  action="#{userPasswordReset.sendResetPasswordEmail}">
                                       <h:outputText styleClass="buttonLabel" value="#{messages['lacewiki.button.resetPassword.Reset']}"/>
                                   </a:commandLink>
  
  
  



More information about the jboss-cvs-commits mailing list