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

Christian Bauer christian at hibernate.org
Tue Sep 25 02:24:05 EDT 2007


  User: cbauer  
  Date: 07/09/25 02:24:05

  Modified:    examples/wiki/view  docEdit_d.xhtml
  Log:
  Help popup didn't close after rerender
  
  Revision  Changes    Path
  1.4       +4 -2      jboss-seam/examples/wiki/view/docEdit_d.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docEdit_d.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit_d.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- docEdit_d.xhtml	24 Sep 2007 12:42:28 -0000	1.3
  +++ docEdit_d.xhtml	25 Sep 2007 06:24:05 -0000	1.4
  @@ -90,14 +90,16 @@
                                   <ui:param name="fieldId" value="name"/>
                                   <ui:define name="label">Name</ui:define>
                                   <h:inputText tabindex="1" size="70" maxlength="255" required="true" value="#{documentHome.instance.name}">
  -                                    <a:support status="docEditForm:status" event="onblur" reRender="nameDecorate"/>
  +                                    <a:support status="docEditForm:status" event="onblur" reRender="nameDecorate, contentPreview"/>
                                   </h:inputText>
                               </s:decorate>
   
                               <s:div styleClass="entry">
                                   <div class="label">&#160;</div>
                                   <div class="input">
  -                                    <h:selectBooleanCheckbox value="#{documentHome.instance.nameAsTitle}" tabindex="1"/>
  +                                    <h:selectBooleanCheckbox value="#{documentHome.instance.nameAsTitle}" tabindex="1">
  +                                        <a:support status="docEditForm:status" event="onchange" reRender="contentPreview"/>
  +                                    </h:selectBooleanCheckbox>
                                       Render name as document title
                                   </div>
                               </s:div>
  
  
  



More information about the jboss-cvs-commits mailing list