From: Chad B. <cwb...@us...> - 2008-03-21 16:16:00
|
User: cwbrandon Date: 08/03/21 09:15:27 Modified: andromda-jsf2/src/main/resources/templates/jsf2/flow/portlet PortletPhaseListener.java.vsl Log: fix comment Revision Changes Path 1.2 +2 -2 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/flow/portlet/PortletPhaseListener.java.vsl Index: PortletPhaseListener.java.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/flow/portlet/PortletPhaseListener.java.vsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- PortletPhaseListener.java.vsl 21 Mar 2008 16:07:12 -0000 1.1 +++ PortletPhaseListener.java.vsl 21 Mar 2008 16:15:27 -0000 1.2 @@ -4,8 +4,8 @@ #end /** - * Used to pass messages to the current faces context (this allows messages to live beyond - * a request, which is very useful when redirecting). + * A phase listener which handles the pre-population of the form that is passed + * from view to view. * * @author Chad Brandon */ |