| 
      
      
      From: Leif J. <le...@us...> - 2007-02-01 19:47:00
      
     | 
|   User: leifj   
  Date: 07/02/01 11:46:51
  Modified:    andromda-jsf2/src/main/resources/templates/jsf2/configuration
                        faces-config.xml.vsl
  Log:
  of course its the titleValue
  
  Revision  Changes    Path
  1.5       +1 -1      cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/faces-config.xml.vsl
  
  Index: faces-config.xml.vsl
  ===================================================================
  RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/configuration/faces-config.xml.vsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- faces-config.xml.vsl	18 Jan 2007 12:37:13 -0000	1.4
  +++ faces-config.xml.vsl	1 Feb 2007 19:46:51 -0000	1.5
  @@ -69,7 +69,7 @@
          <managed-bean-scope>application</managed-bean-scope>
          <managed-property>
             <property-name>label</property-name>
  -          <value>$useCase.titleKey</value>
  +          <value>$useCase.titleValue</value>
          </managed-property>
          <managed-property>
             <property-name>viewId</property-name>
  
  
  
 |