You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by kn...@apache.org on 2007/03/14 20:33:20 UTC

svn commit: r518287 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js

Author: knopp
Date: Wed Mar 14 12:33:19 2007
New Revision: 518287

URL: http://svn.apache.org/viewvc?view=rev&rev=518287
Log:
fix

Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js?view=diff&rev=518287&r1=518286&r2=518287
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js Wed Mar 14 12:33:19 2007
@@ -293,11 +293,10 @@
 	}
 
     for (var i = 0; i < element.childNodes.length; ++i) {
-        var e = element.childNodes[i] {
-        	if (e.tagName != null) {
-				result += Wicket.Form.serialize(e);
-			}
-        }
+        var e = element.childNodes[i];
+       	if (e.tagName != null) {
+			result += Wicket.Form.serialize(e);
+		}
     }
     return result;
 }



Re: svn commit: r518211 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js

Posted by Jean-Baptiste Quenot <jb...@apache.org>.
* Matej Knopp:

> sure, i'll resolve  it just after anyone confirm  that the thing
> finally works :)

Cool, and  please, please may I  ask to mention the  JIRA issue in
your  commits?   That would  make  it  much  easier to  track  the
changes.   Just by  looking  at the  diff and  log  message it  is
sometimes difficult to follow.

Thanks again,
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Re: svn commit: r518211 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js

Posted by Matej Knopp <ma...@gmail.com>.
sure, i'll resolve it just after anyone confirm that the thing finally works :)

-Matej

On 3/14/07, Jean-Baptiste Quenot <jb...@apache.org> wrote:
> * knopp@apache.org:
> > Author: knopp
> > Date: Wed Mar 14 09:45:14 2007
> > New Revision: 518211
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=518211
> > Log:
> > form serialization fix
> >
> > Modified:
> >     incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js
> >
> > Author: knopp
> > Date: Wed Mar 14 12:33:19 2007
> > New Revision: 518287
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=518287
> > Log:
> > fix
> >
> > Modified:
> >     incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js
>
> Hi Matej,
>
> Would you mind letting a comment to  the contributors and resolve
> the issues if the problem is fixed:
>
> https://issues.apache.org/jira/browse/WICKET-376
> https://issues.apache.org/jira/browse/WICKET-387
>
> Thanks in advance,
> --
>      Jean-Baptiste Quenot
> aka  John Banana   Qwerty
> http://caraldi.com/jbq/
>

Re: svn commit: r518211 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js

Posted by Jean-Baptiste Quenot <jb...@apache.org>.
* knopp@apache.org:
> Author: knopp
> Date: Wed Mar 14 09:45:14 2007
> New Revision: 518211
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=518211
> Log:
> form serialization fix
> 
> Modified:
>     incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js
> 
> Author: knopp
> Date: Wed Mar 14 12:33:19 2007
> New Revision: 518287
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=518287
> Log:
> fix
> 
> Modified:
>     incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/ajax/wicket-ajax.js

Hi Matej,

Would you mind letting a comment to  the contributors and resolve
the issues if the problem is fixed:

https://issues.apache.org/jira/browse/WICKET-376
https://issues.apache.org/jira/browse/WICKET-387

Thanks in advance,
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/