Author: ivaynberg
Date: Thu Apr 19 15:39:58 2007
New Revision: 530582

URL: http://svn.apache.org/viewvc?view=rev&rev=530582
Log:
thank you johan

Modified:
    
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

Modified: 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java?view=diff&rev=530582&r1=530581&r2=530582
==============================================================================
--- 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
 (original)
+++ 
incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
 Thu Apr 19 15:39:58 2007
@@ -368,7 +368,7 @@
                        throw new IllegalArgumentException(
                                        "Component "
                                                        + 
component.getClass().getName()
-                                                       + " has been added to 
the target. This component is a repeater and cannot be repainted via ajax 
directly. Instead add its parent or another markup container higher in the 
hieararchy.");
+                                                       + " has been added to 
the target. This component is a repeater and cannot be repainted via ajax 
directly. Instead add its parent or another markup container higher in the 
hierarchy.");
                }
 
                markupIdToComponent.put(markupId, component);


Reply via email to