From: Walter M. <wal...@us...> - 2007-07-01 19:17:48
|
User: walterim Date: 07/07/01 12:17:49 Modified: andromda-jsf2/src/main/resources/templates/jsf2/configuration faces-config.xml.vsl Log: Correct JSF-34 Revision Changes Path 1.10 +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.9 retrieving revision 1.10 diff -u -w -r1.9 -r1.10 --- faces-config.xml.vsl 21 Feb 2007 19:41:22 -0000 1.9 +++ faces-config.xml.vsl 1 Jul 2007 19:17:49 -0000 1.10 @@ -69,7 +69,7 @@ <managed-bean-scope>application</managed-bean-scope> <managed-property> <property-name>label</property-name> - <value>$useCase.titleValue</value> + <value>$useCase.titleKey</value> </managed-property> <managed-property> <property-name>viewId</property-name> |