Yeah. That looks like something that could have easily been prevented
by *testing* before committing.

Eelco


On 5/3/06, Ari Suutari <[EMAIL PROTECTED]> wrote:
Yes, I noticed that myself also. I'll compile from svn.
I'm just a little worried by new bugs being introduced at
this late in RC phase of release.

    Ari S.

----- Original Message -----
From: "Johan Compagner" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, May 03, 2006 10:58 AM
Subject: Re: [Wicket-user] wicket 1.2 rc3: SubmitLink.getForm endless loop 
causes StackOverflowError


already fixed

On 5/3/06, Ari Suutari <[EMAIL PROTECTED]> wrote:
>
> Looks like your problem is right here:
>
> /**
>   * @return the Form for which this submit link submits
>   */
> public final Form getForm()
> {
>   if (form == null)
>   {
>    form = getForm();
>   }
>   return form;
> }
>
> ie. getForm calls getForm recursively :-(
>
>     Ari S.
>
> ----- Original Message -----
> From: "Ari Suutari" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Wednesday, May 03, 2006 10:49 AM
> Subject: [Wicket-user] wicket 1.2 rc3: SubmitLink.getForm endless loop
> causes StackOverflowError
>
>
> > Hi,
> >
> > After updating from wicket 1.2 rc2 to wicket 1.2 rc3, we started getting
> > StackOverflowErrors like this:
> >
> > java.lang.StackOverflowError
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> > wicket.markup.html.form.SubmitLink.getForm(SubmitLink.java:172)
> >
> >    Ari S.
> >
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to