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

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


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

  Modified:    examples/wiki/view   docEdit.xhtml adminHome.xhtml
  Log:
  Make it deploy and run on latest Seam CVS, still some bugs
  
  Revision  Changes    Path
  1.34      +2 -1      jboss-seam/examples/wiki/view/docEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit.xhtml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -b -r1.33 -r1.34
  --- docEdit.xhtml	8 May 2007 06:12:06 -0000	1.33
  +++ docEdit.xhtml	21 Jun 2007 11:05:48 -0000	1.34
  @@ -6,6 +6,7 @@
                   xmlns:f="http://java.sun.com/jsf/core"
                   xmlns:h="http://java.sun.com/jsf/html"
                   xmlns:a="https://ajax4jsf.dev.java.net/ajax"
  +                xmlns:rich="http://richfaces.ajax4jsf.org/rich"
                   xmlns:wiki="http://jboss.com/products/seam/wiki"
                   xmlns:j4j="http://javascript4jsf.dev.java.net/"
                   template="themes/#{wikiPreferences.themeName}/template.xhtml">
  @@ -126,7 +127,7 @@
                                                            rows="#{docEditorPreferences.properties['regularEditAreaRows']}"
                                                            id="contentTextAreaWithPreview"
                                                            value="#{documentHome.formContent}">
  -                                            <a:support event="onkeyup" reRender="preview" requestDelay="3000" eventQueue="editKeyPress"/>
  +                                            <a:support event="onkeyup" reRender="preview" requestDelay="3000" eventsQueue="editKeyPress"/>
                                           </h:inputTextarea>
                                       </s:span>
                                       <s:span rendered="#{!documentHome.enabledPreview}">
  
  
  
  1.7       +1 -1      jboss-seam/examples/wiki/view/adminHome.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: adminHome.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/adminHome.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- adminHome.xhtml	12 Jun 2007 12:30:00 -0000	1.6
  +++ adminHome.xhtml	21 Jun 2007 11:05:48 -0000	1.7
  @@ -141,7 +141,7 @@
                           jQuery(function(){ getIndexingProgress("#{ie.clazz.name}") });
                       </script>
                       <a:commandLink id="resetSearchIndex" styleClass="button resetIndexButton" reRender="indexStatistics"
  -                                   action="#{adminHome.resetSearchIndex()}"><span class="buttonLabel">Rebuild index</span></a:commandLink>
  +                                   action="#{adminHome.resetSearchIndex()}"><span class="buttonLabel">Rebuild Index</span></a:commandLink>
                   </h:column>
               </h:dataTable>
               </a:region>
  
  
  



More information about the jboss-cvs-commits mailing list