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

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/includes  helpPopup.xhtml
  Log:
  Help popup didn't close after rerender
  
  Revision  Changes    Path
  1.2       +9 -8      jboss-seam/examples/wiki/view/includes/helpPopup.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: helpPopup.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/helpPopup.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- helpPopup.xhtml	24 Sep 2007 08:23:21 -0000	1.1
  +++ helpPopup.xhtml	25 Sep 2007 06:24:05 -0000	1.2
  @@ -54,17 +54,19 @@
                                          var="helpNode"
                                          label="#{wiki:repeatString(' ',helpNode.level)}#{wiki:isDocument(helpNode.wrappedNode) ? '·' : '' }#{wiki:truncateString(helpNode.wrappedNode.name, 40, '...')}"
                                          noSelectionLabel="#{help.root.wrappedNode.name}"/>
  -                        <a:support event="onchange" reRender="helpContent,helpSelector"/>
  +                        <a:support event="onchange" reRender="helpSelectorFullscreenLink, helpContent"/>
                       </h:selectOneMenu>
                   </h:form>
   
                   <h:panelGroup>
  +                    <s:span id="helpSelectorFullscreenLink">
                       <h:outputLink value="#{wiki:renderURL(help.selectedNode.wrappedNode)}"
                                     rendered="#{not empty help.selectedNode}"
                                     styleClass="buttonNonpersistent"
                                     tabindex="1"><span class="buttonLabel">Open Fullscreen</span></h:outputLink>
  +                    </s:span>
   
  -                    <h:outputLink styleClass="buttonNonpersistent closeDialog"
  +                    <h:outputLink value="#" styleClass="buttonNonpersistent closeDialog"
                                     tabindex="1"><span class="buttonLabel">Close <u>H</u>elp</span></h:outputLink>
                   </h:panelGroup>
               </h:panelGrid>
  @@ -91,7 +93,6 @@
               </s:fragment>
           </s:div>
       </ui:define>
  -    <ui:define name="dialogControls">
  -    </ui:define>
  +    <ui:define name="dialogControls"></ui:define>
   
   </ui:decorate>
  
  
  



More information about the jboss-cvs-commits mailing list