On Thu, 2010-05-27 at 17:32 +0000, [email protected] wrote: > --- > wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java > (original) > +++ > wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java > Thu May 27 17:32:28 2010 > @@ -1272,6 +1272,7 @@ public class Form<T> extends WebMarkupCo > { > public Object component(final Component > component) > { > + log.error("1: " + > component.getPageRelativePath()); This looks like a temporary debug message
