Author: ivaynberg
Date: Thu Dec 7 19:48:38 2006
New Revision: 483814
URL: http://svn.apache.org/viewvc?view=rev&rev=483814
Log:
bugfix
Modified:
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java
Modified:
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java?view=diff&rev=483814&r1=483813&r2=483814
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/MarkupContainer.java
Thu Dec 7 19:48:38 2006
@@ -623,7 +623,7 @@
// The generated markup id remains the same
String replacedId = (replaced.hasMarkupIdMetaData()) ?
replaced.getMarkupId() : null;
- child.setMarkupIdMetaData(replaced.getMarkupId());
+ child.setMarkupIdMetaData(replacedId);
}
return this;