[jboss-cvs] jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management ...

Julien Viet julien at jboss.com
Mon Jul 31 22:02:14 EDT 2006


  User: julien  
  Date: 06/07/31 22:02:14

  Modified:    core/src/resources/portal-core-war/WEB-INF/jsp/management 
                        index.xhtml
  Log:
  workaround for scarying bug related to the magic combo (myfaces/facelets/tomahawk) that took me 2 hours of my time this night at 2am (as known as JBPORTAL-975 in jira).
  
  Revision  Changes    Path
  1.16      +10 -7     jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/index.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/index.xhtml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- index.xhtml	6 Jul 2006 13:35:21 -0000	1.15
  +++ index.xhtml	1 Aug 2006 02:02:14 -0000	1.16
  @@ -105,7 +105,6 @@
               value="/images/management/help.gif" style="border-width:0"/>
        </h:commandLink>
      </h:form>
  -
      <div id="treehelp" style="visibility:hidden;display:none;" class="helpblock">
         Some help text.
         <br/>
  @@ -175,24 +174,28 @@
               rendered="#{portalobjectmgr.selectedObject != null}"
               id="pg3">
            <h:panelGroup
  +               id="theone"
                  rendered="#{portalobjectmgr.selectedPlugin == 'security'}">
  -            <ui:include src="/WEB-INF/jsp/management/plugins/security.xhtml">
  -               <ui:param name="auth" value="#{portalobjectmgr.auth}"/>
  +            <ui:include id="theone_one" src="/WEB-INF/jsp/management/plugins/security.xhtml">
  +               <ui:param id="theone_two" name="auth" value="#{portalobjectmgr.auth}"/>
               </ui:include>
            </h:panelGroup>
            <h:panelGroup
  +               id="thetwo"
                  rendered="#{portalobjectmgr.selectedPlugin == 'theme'}">
  -            <ui:include src="/WEB-INF/jsp/management/plugins/theme.xhtml">
  -               <ui:param name="themes" value="#{portalobjectmgr.themes}"/>
  +            <ui:include id="thetwo_one" src="/WEB-INF/jsp/management/plugins/theme.xhtml">
  +               <ui:param id="thetwo_two" name="themes" value="#{portalobjectmgr.themes}"/>
               </ui:include>
            </h:panelGroup>
            <h:panelGroup
  +               id="thethree"
                  rendered="#{portalobjectmgr.selectedPlugin == 'manager'}">
  -            <ui:include src="/WEB-INF/jsp/management/plugins/manager.xhtml"/>
  +            <ui:include id="thethree_one" src="/WEB-INF/jsp/management/plugins/manager.xhtml"/>
            </h:panelGroup>
            <h:panelGroup
  +               id="thefour"
                  rendered="#{portalobjectmgr.selectedPlugin == 'properties'}">
  -            <ui:include src="/WEB-INF/jsp/management/plugins/properties.xhtml"/>
  +            <ui:include id="thefour_one" src="/WEB-INF/jsp/management/plugins/properties.xhtml"/>
            </h:panelGroup>
         </h:panelGroup>
      <!--</h:form>-->
  
  
  



More information about the jboss-cvs-commits mailing list