You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <ma...@yahoo.com> on 2010/05/27 21:37:29 UTC

Re: svn commit: r948918 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/markup/html/form/Form.java main/java/org/apache/wicket/protocol/http/MockWebApplication.java test/java/org/apache/wicket/util/tester/WicketTesterTest.java

On Thu, 2010-05-27 at 17:32 +0000, jdonnerstag@apache.org 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