I'm trying to reproduce it, but so far without luck. What I did was add a datepicker to the ajax tabs example... but whatever I do, I can't get it to stall. Also, what's strange about your case is that you shouldn't see any ajax header contribution; that is done dynamically and thus should never show up as actual page source.
Can you tell us more about the context you're using it? I can see from the source that you're using modal window - a very new component that might have some unforseen issues. Eelco On 8/30/06, samyem <[EMAIL PROTECTED]> wrote: > I keep getting this error on the Date Picker: Error: too much recursion > Source File: > http://localhost:8081/mm/app/resources/wicket.extensions.markup.html.datepicker.DatePicker/calendar.js > Line: 1796 See my source code for the HTML generated in my browser: > problem.txt I can see that the calendar.js is included several times, > probably each one for every time I ajax-refresh the panel with the date > picker. Also, there is a big mess generated in the HTML with tons of > . Is this my fault or something wrong with wicket? I am using the latest > wicket from SVN. > ________________________________ > View this message in context: Error: too much recursion for Date Widget > Sent from the Wicket - User forum at Nabble.com. > > ------------------------------------------------------------------------- > 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
