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

Christian Bauer christian at hibernate.org
Tue Sep 25 10:30:46 EDT 2007


  User: cbauer  
  Date: 07/09/25 10:30:46

  Modified:    examples/wiki/view/includes  commentForm.xhtml
  Log:
  Recommending upgrade of JBoss-bundled Hibernate instead of deploying our own (which caused weird conflicts at runtime)
  
  Revision  Changes    Path
  1.12      +1 -1      jboss-seam/examples/wiki/view/includes/commentForm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: commentForm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/commentForm.xhtml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- commentForm.xhtml	24 Sep 2007 08:23:21 -0000	1.11
  +++ commentForm.xhtml	25 Sep 2007 14:30:46 -0000	1.12
  @@ -101,7 +101,7 @@
   
                           <a:commandLink action="#{commentHome.persist}" tabindex="102" reRender="comments, commentForm" accesskey="S"
                                          status="commentForm:status" 
  -                                       oncomplete="jQuery('.hiddenCommentForm').show();jQuery('#commentForm\\:userNameDecorate\\:userName').focus();"
  +                                       oncomplete="jQuery('.hiddenCommentForm').show();jQuery('#commentForm\\:userNameDecorate\\:userName').focus(); wrapBoxes();"
                                          styleClass="button"><span class="buttonLabel">Po<u>s</u>t Comment</span></a:commandLink>
   
                       </div>
  
  
  



More information about the jboss-cvs-commits mailing list