From: Leif J. <le...@us...> - 2006-12-19 09:15:19
|
User: leifj Date: 06/12/19 01:15:15 Modified: andromda-jsf2/src/main/resources/templates/jsf2/configuration faces-config.xml.vsl Log: ugly fix - need to refer to message bundle Revision Changes Path 1.3 +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.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- faces-config.xml.vsl 11 Dec 2006 13:43:57 -0000 1.2 +++ faces-config.xml.vsl 19 Dec 2006 09:15:15 -0000 1.3 @@ -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> |