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

Boleslaw Dawidowicz bdaw at o2.pl
Fri Jul 28 03:18:06 EDT 2006


  User: bdaw    
  Date: 06/07/28 03:18:06

  Modified:    core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins  
                        manager.xhtml properties.xhtml
  Log:
  property validation
  
  Revision  Changes    Path
  1.15      +0 -2      jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/manager.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: manager.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-war/WEB-INF/jsp/management/plugins/manager.xhtml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- manager.xhtml	27 Jul 2006 12:36:04 -0000	1.14
  +++ manager.xhtml	28 Jul 2006 07:18:05 -0000	1.15
  @@ -169,6 +169,4 @@
         </h:commandLink>
      </h:form>
   </h:panelGroup>
  -
  -
   </div>
  
  
  
  1.5       +2 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- properties.xhtml	27 Jul 2006 20:40:53 -0000	1.4
  +++ properties.xhtml	28 Jul 2006 07:18:05 -0000	1.5
  @@ -78,7 +78,8 @@
            <br/>
            <h:messages style="color: red"/>
            <h:outputText style="font-weight:bold;" value="Property Name: "/>
  -         <h:inputText value="#{propertyAction.selectedProperty}"/>
  +         <h:inputText value="#{propertyAction.selectedProperty}"
  +                       validator="#{propertyAction.validatePropertyName}" />
            <br/>
            <h:outputText style="font-weight:bold;" value="Property Value: "/>
            <h:inputText value="#{propertyAction.propertyValue}"/>
  
  
  



More information about the jboss-cvs-commits mailing list