You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2006/02/17 03:21:01 UTC

svn commit: r378413 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicRenderer.java

Author: svieujot
Date: Thu Feb 16 18:20:58 2006
New Revision: 378413

URL: http://svn.apache.org/viewcvs?rev=378413&view=rev
Log:
typos.

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicRenderer.java

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicRenderer.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicRenderer.java?rev=378413&r1=378412&r2=378413&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicRenderer.java (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/outputlinkdynamic/OutputLinkDynamicRenderer.java Thu Feb 16 18:20:58 2006
@@ -178,7 +178,7 @@
             Object rendererValue = requestMap.get(RENDERER_PARAM);
             if (rendererValue == null)
             {
-                throw new FacesException("no image renderer defined.");
+                throw new FacesException("no resource renderer defined.");
             }
             try
             {
@@ -205,7 +205,7 @@
                 }
                 catch (Exception e)
                 {
-                    throw new FacesException("could not renderer image "
+                    throw new FacesException("could not renderer resource "
                             + rendererValue + " : " + e.getMessage(), e);
                 }
             }