Bugs item #1554506, was opened at 2006-09-08 06:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1554506&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.0.3
Status: Open
Resolution: None
Priority: 7
Submitted By: Eelco Hillenius (eelco12)
Assigned to: Nobody/Anonymous (nobody)
Summary: ajax behavior on unload causes problems (with date picker)

Initial Comment:
The error happens only when I listen to the onload on
BODY tag. See the quickstart attachment to prove it.

Set the date without refreshing, and then click on the
link to refresh the panel. The js console will go:

Error: too much recursion
Source File:
http://localhost:8080/quickstart/app/resources/wicket.extensions.markup.html.datepicker.DatePicker/calendar.js
Line: 1796

and the datepicker window will not close when clicked.

If you remove:

pageBody.add(new AjaxEventBehavior("onload") {

    @Override
    protected void onEvent(AjaxRequestTarget arg0) {
        System.err.println("onEvent!");
    }

});

from Index, all seems to work fine.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1554506&group_id=119783

-------------------------------------------------------------------------
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-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to