Author: ivaynberg
Date: Mon Feb  8 17:59:31 2010
New Revision: 907738

URL: http://svn.apache.org/viewvc?rev=907738&view=rev
Log:
make sure markup ids are aligned

Modified:
    
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java

Modified: 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java?rev=907738&r1=907737&r2=907738&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
 (original)
+++ 
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
 Mon Feb  8 17:59:31 2010
@@ -384,6 +384,7 @@
                                        " 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.");
                }
 
+               component.setMarkupId(markupId);
                markupIdToComponent.put(markupId, component);
        }
 


Reply via email to