Re: ClassCastException (WebResponse)

2012-12-10 Thread Corbin, James
Yeah, it is. The action was triggered via an AjaxLink which I didn't realize at the time. Is there a way to get access to the WebResponse in this scenario? I need to delete a cookie, but obviously, you cannot do so through an AjaxResponse. J.D. On 12/10/12 12:56 PM, "Paul Bors" wrote: >Most

RE: ClassCastException (WebResponse)

2012-12-10 Thread Paul Bors
Most likely because it is an Ajax response... :) Do you have the AjaxIndicator somewhere on your page and does it indicate an Ajax request cycle happening? What about while in DEVELOPMENT mode, can you monitor the page activity using the Wicket Ajax Debug Window? FYI, while in DEVELOPMENT mode yo