From: Chad B. <cwb...@us...> - 2008-07-24 21:05:38
|
User: cwbrandon Date: 08/07/24 14:05:48 Modified: andromda-jsf2/src/main/resources/templates/jsf2/controllers Controller.java.vsl Log: add missing indent Revision Changes Path 1.26 +1 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/controllers/Controller.java.vsl Index: Controller.java.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/controllers/Controller.java.vsl,v retrieving revision 1.25 retrieving revision 1.26 diff -u -w -r1.25 -r1.26 --- Controller.java.vsl 24 Jul 2008 21:03:44 -0000 1.25 +++ Controller.java.vsl 24 Jul 2008 21:05:48 -0000 1.26 @@ -84,7 +84,7 @@ ${indent}if (messageSeverity != null && javax.faces.application.FacesMessage.SEVERITY_ERROR.getOrdinal() <= messageSeverity.getOrdinal()) ${indent}{ #if ($formPopulationOperationRequired) - // - copy any messages to the 'currentForm' + ${indent}// - copy any messages to the 'currentForm' ${indent}org.apache.commons.beanutils.PropertyUtils.setProperty(currentForm, ${indent}"$formMessagesProperty", org.apache.commons.beanutils.PropertyUtils.getProperty(form, "$formMessagesProperty")); #end |