Re: [ANNOUNCE] Apache Wicket 9.16.0 released

2023-11-27 Thread mail
>> * [WICKET-7078] - CSP: inline JS in Choices and Selection of Palette >> * [WICKET-7080] - [Events] make default events delivery machinery >> pluggable and roll usable annotation based one >> * [WICKET-7082] - Easier to work with polymorphic values inside IModel >> * [WICKET-7083] - Trigger client side validation when using >> SubmitLinks >> >> ** Task >> >> * [WICKET-7073] - Update JQuery to 3.7.1 >> >> > > -- > Regards - Ernesto Reinaldo Barreiro - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: FeedbackPanel issue [EMAIL PROTECTED]

2007-09-26 Thread mail
called by the getModelObjectAsString() call in the onSubmit(), > but it ends up in Object.toString() as you've not created one in your > own class. Just implement one and the message should be more useful! > > /Gwyn > > On Wednesday, September 26, 2007, 1:21:29 AM, mail <[EMAI

FeedbackPanel issue [EMAIL PROTECTED]

2007-09-25 Thread mail
d void onUpdate(AjaxRequestTarget target){ target.addComponent(feedback); target.addComponent(border); setResponsePage(Location.class); } }); } Any help would be appreciated. Thanks