[Wicket-user] ajax behavior NotSerializable exception

2006-04-25 Thread Davy De Durpel
Hi, I'm currently developing an ajax search text field that updates a DataView. I have encountered 2 blocking issues which, I think, might be bugs, but it could also just be me doing something wrong ;-) (I have created 2 separate messages) Following code causes a NotSerializable exception:

Re: [Wicket-user] ajax behavior NotSerializable exception

2006-04-25 Thread Eelco Hillenius
The problem is the 'setThrottleDelay' method. This method creates an instance of the 'wicket.ajax.AjaxEventBehavior$ThrottlingSettings' class. This inner class however is not serializable and I guess that when the component is put on the session, Glassfish throws the NotSerializable