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

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/plugins 
                        properties.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.6       +16 -14    jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/properties.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: properties.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/properties.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- properties.xhtml	28 Jul 2006 07:18:05 -0000	1.5
  +++ properties.xhtml	1 Aug 2006 02:02:14 -0000	1.6
  @@ -41,22 +41,11 @@
               binding="#{propertyAction.propertyDataTable}"
               rowClasses="portlet-section-body,portlet-section-alternate">
               <h:column>
  -               <f:facet name="header">
  -                  <h:outputText value="Name"/>
  -               </f:facet>
  -               <h:outputText value="#{p[0]}"/>
  -            </h:column>
  -            <h:column>
  -               <f:facet name="header">
  -                  <h:outputText value="Value"/>
  -               </f:facet>
  -               <h:outputText value="#{p[1]}"/>
  -            </h:column>
  -            <h:column>
  -               <f:facet name="header">
  -                  <h:outputText value="Operations"/>
  +               <f:facet id="the_id_that_fixes_the_bug_1" name="header">
  +                  <h:outputText id="the_id_that_fixes_the_bug_2" value="Operations"/>
                  </f:facet>
                  <h:commandLink
  +                  id="properties_form_link1"
                     action="#{propertyAction.selectProperty}">
                     <h:graphicImage
                        value="/images/management/edit.png"
  @@ -65,6 +54,7 @@
                        style="vertical-align:middle;"/>
                  </h:commandLink>
                  <h:commandLink
  +                  id="properties_form_link2"
                     action="#{propertyAction.removeProperty}">
                     <h:graphicImage
                        value="/images/management/delete.png"
  @@ -74,6 +64,18 @@
                  </h:commandLink>
                  <h:outputText value="#{row.value}"/>
               </h:column>
  +            <h:column>
  +               <f:facet id="the_id_that_fixes_the_bug_3" name="header">
  +                  <h:outputText id="the_id_that_fixes_the_bug_4" value="Name"/>
  +               </f:facet>
  +               <h:outputText value="#{p[0]}"/>
  +            </h:column>
  +            <h:column>
  +               <f:facet id="the_id_that_fixes_the_bug_5" name="header">
  +                  <h:outputText id="the_id_that_fixes_the_bug_6" value="Value"/>
  +               </f:facet>
  +               <h:outputText value="#{p[1]}"/>
  +            </h:column>
            </t:dataTable>
            <br/>
            <h:messages style="color: red"/>
  
  
  



More information about the jboss-cvs-commits mailing list