You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2007/05/10 23:13:43 UTC

svn commit: r536996 - /myfaces/trinidad/trunk/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts

Author: jwaldman
Date: Thu May 10 14:13:42 2007
New Revision: 536996

URL: http://svn.apache.org/viewvc?view=rev&rev=536996
Log:
fix small bug in LoggerBundle.xrts
<resource key="CANNOT_FIND_PARENT_COMPONENTREF">Cannot find parent &lt;tr:componentRef&rt;</resource>

Changed 'rt' to 'gt'

Modified:
    myfaces/trinidad/trunk/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts

Modified: myfaces/trinidad/trunk/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts?view=diff&rev=536996&r1=536995&r2=536996
==============================================================================
--- myfaces/trinidad/trunk/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts (original)
+++ myfaces/trinidad/trunk/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts Thu May 10 14:13:42 2007
@@ -496,7 +496,7 @@
 <resource key="FACETREF_MUST_INSIDE_UICOMPONENT">facetRef must be inside of a UIComponent tag.</resource>
 
 <!-- CANNOT_FIND_PARENT_COMPONENTREF -->
-<resource key="CANNOT_FIND_PARENT_COMPONENTREF">Cannot find parent &lt;tr:componentRef&rt;</resource>
+<resource key="CANNOT_FIND_PARENT_COMPONENTREF">Cannot find parent &lt;tr:componentRef&gt;</resource>
 
 <!-- FACETNAME_REQUIRED -->
 <resource key="FACETNAME_REQUIRED">facetName is required on facetRef</resource>