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

Boleslaw Dawidowicz bdaw at o2.pl
Thu Jul 27 16:40:54 EDT 2006


  User: bdaw    
  Date: 06/07/27 16:40:54

  Modified:    core/src/resources/portal-core-war/WEB-INF  faces-config.xml
  Log:
  management - portal objects properties
  
  Revision  Changes    Path
  1.20      +10 -1     jboss-portal/core/src/resources/portal-core-war/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-war/WEB-INF/faces-config.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- faces-config.xml	27 Jul 2006 12:36:04 -0000	1.19
  +++ faces-config.xml	27 Jul 2006 20:40:54 -0000	1.20
  @@ -147,6 +147,15 @@
            <value>#{sessionScope.instancemgr}</value>
         </managed-property>
      </managed-bean>
  +   <managed-bean>
  +      <managed-bean-name>propertyAction</managed-bean-name>
  +      <managed-bean-class>org.jboss.portal.core.portlet.management.actions.PropertyAction</managed-bean-class>
  +      <managed-bean-scope>session</managed-bean-scope>
  +      <managed-property>
  +         <property-name>portalObjectManager</property-name>
  +         <value>#{sessionScope.portalobjectmgr}</value>
  +      </managed-property>
  +   </managed-bean>
   
      <navigation-rule>
         <navigation-case>
  
  
  



More information about the jboss-cvs-commits mailing list